-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
[DOC]Add option to configure keycloak #595
Conversation
Hi @sbidoul, |
auth_oidc/readme/CONFIGURE.md
Outdated
@@ -57,6 +57,7 @@ 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` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps this should be presented as a possible alternative. sub:user_id, or
email:user_id` are other common possibilities.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sbidoul , actually I added this by checking your demo datas because I didn't succeed without this option.
but you're right, other mapping are possible !
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
Retrying as the previous attempt was aborted due to codecov problems. /ocabot merge patch |
On my way to merge this fine PR! |
@sbidoul your merge command was aborted due to failed check(s), which you can inspect on this commit of 16.0-ocabot-merge-pr-595-by-sbidoul-bump-patch. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
It looks like |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Hi @sbidoul, |
16.0 seems to be green now, let's try again. /ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at d5dd994. Thanks a lot for contributing to OCA. ❤️ |
No description provided.