-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] [Docs] update OIDC documentation for 0.24.0+ #2295
Comments
I plan to update the current OIDC documentation and provide more structure. It should probably be structured like this:
Anything missing that should be covered? @masterwishx it'd be great if you could share your Authentik configuration, thx. |
config.yml
Starting with authentik 2024.2, applications only receive an access token. To receive a refresh token, both applications and authentik must be configured to request the offline_access scope. In authentik this can be done by selecting the offline_access Scope mapping in the provider settings.
|
Use case
updated to 24.0beta1 all fine.
should we change in config for OIDC ?
scope: ["openid", "profile", "email"]
to add
preferred_username,name,picture
? using Authentik.We should update the documentation for this.
Description
Update documentation for OIDC in v 24.0
Contribution
How can it be implemented?
Update documentation I can give my example of current using Authentik
The text was updated successfully, but these errors were encountered: