From 21b32eac4d0172c3023498df369a67d0fc997521 Mon Sep 17 00:00:00 2001 From: Florent THOMAS Date: Mon, 25 Dec 2023 19:49:54 +0100 Subject: [PATCH] [DOC]auth_oidc: more options for token maps --- auth_oidc/readme/CONFIGURE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auth_oidc/readme/CONFIGURE.md b/auth_oidc/readme/CONFIGURE.md index 72c032e94c..9796089fd5 100644 --- a/auth_oidc/readme/CONFIGURE.md +++ b/auth_oidc/readme/CONFIGURE.md @@ -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