Skip to content

Commit

Permalink
[DOC]auth_oidc: more options for token maps
Browse files Browse the repository at this point in the history
  • Loading branch information
flotho authored Dec 25, 2023
1 parent b875e4a commit 21b32ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auth_oidc/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ In Odoo, create a new Oauth Provider with the following parameters:
- Provider name: Keycloak (or any name you like that identify your
keycloak provider)
- Auth Flow: OpenID Connect (authorization code flow)
- Token Map : `preferred_username:user_id`
- Token Map : many options are possible like `preferred_username:user_id` or
`email:user_id` . This can be combined
- Client ID: the same Client ID you entered when configuring the client
in Keycloak
- Client Secret: found in keycloak on the client Credentials tab
Expand Down

0 comments on commit 21b32ea

Please sign in to comment.