Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 'oidc_login_provider_url' => 'https://authelia.yourdomain.com',
- 'oidc_login_client_id' => 'Same clientID you defined in Authelia',
- 'oidc_login_client_secret' => 'the same secret you defined for this client ID in Authelia',
- 'oidc_login_auto_redirect' => false,
- 'oidc_login_button_text' => 'Log in with Authelia',
- 'oidc_login_hide_password_form' => false,
- 'oidc_login_scope' => 'openid profile email',
- 'oidc_login_attributes' =>
- array (
- 'id' => 'sub',
- 'name' => 'name',
- 'mail' => 'email',
- ),
- 'oidc_login_proxy_ldap' => false,
Advertisement
Add Comment
Please, Sign In to add comment