Guest User

OIDC - Nextcloud settings

a guest
Feb 7th, 2022
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. 'oidc_login_provider_url' => 'https://authelia.yourdomain.com',
  2. 'oidc_login_client_id' => 'Same clientID you defined in Authelia',
  3. 'oidc_login_client_secret' => 'the same secret you defined for this client ID in Authelia',
  4. 'oidc_login_auto_redirect' => false,
  5. 'oidc_login_button_text' => 'Log in with Authelia',
  6. 'oidc_login_hide_password_form' => false,
  7. 'oidc_login_scope' => 'openid profile email',
  8. 'oidc_login_attributes' =>
  9. array (
  10. 'id' => 'sub',
  11. 'name' => 'name',
  12. 'mail' => 'email',
  13. ),
  14. 'oidc_login_proxy_ldap' => false,
Advertisement
Add Comment
Please, Sign In to add comment