Skip to content

Commit

Permalink
Merge pull request #24 from iMarKoLiGa/main
Browse files Browse the repository at this point in the history
Update OIDC.md to indicate the default value for OIDC_CLAIMS_SOURCE
  • Loading branch information
meltyshev authored Oct 11, 2024
2 parents 356d96f + 2679b69 commit bc22400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration/OIDC.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Planka can be configured to use an OIDC provider for logging in. If a user doesn
### Optional Configuration Values
* **OIDC_SCOPES**: Scopes to request from the identity provider. This controls what values the OAuth client has access to. Planka needs the email and name claims. By default it requests `openid profile email`.
* **OIDC_ADMIN_ROLES**: Looks in the claim declared by `OIDC_ROLES_ATTRIBUTE` to see if the user is an admin. By default the `admin` role is used.
* **OIDC_CLAIMS_SOURCE**: Controls the source of the claims for OIDC token, can be `id_token` or `userinfo`.
* **OIDC_CLAIMS_SOURCE**: Controls the source of the claims for OIDC token, can be `id_token` or `userinfo`. By default `userinfo` is used.
* **OIDC_EMAIL_ATTRIBUTE**: The claim containing the email. By default `email` is used.
* **OIDC_NAME_ATTRIBUTE**: The claim containing the name. By default `name` is used.
* **OIDC_USERNAME_ATTRIBUTE**: The claim containing the username. By default `preferred_username` is used.
Expand Down

0 comments on commit bc22400

Please sign in to comment.