Guest User

OIDC Authelia - Nextcloud

a guest
Feb 7th, 2022
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. identity_providers:
  2. oidc:
  3. hmac_secret: someSecret
  4. issuer_private_key: |
  5. -----BEGIN RSA PRIVATE KEY-----
  6. <<the key content here>>>
  7. -----END RSA PRIVATE KEY-----
  8. access_token_lifespan: 1h
  9. authorize_code_lifespan: 1m
  10. id_token_lifespan: 1h
  11. refresh_token_lifespan: 90m
  12. enable_client_debug_messages: false
  13. clients:
  14. - id: nextcloud
  15. description: Nextcloud
  16. secret: someTotallyArbitrarySecretHere
  17. authorization_policy: two_factor
  18. redirect_uris:
  19. - https://yourURL/apps/oidc_login/oidc
  20. scopes:
  21. - openid
  22. - groups
  23. - email
  24. - profile
Advertisement
Add Comment
Please, Sign In to add comment