-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
[18.0][MIG] auth_oidc: Migration to 18.0 #705
Conversation
update manifest, add README, update requirements.txt
Add some install instructions and configuration instructions for keycloak.
Avoid replacing the access token by the id token. This may cause confusion. Copy a little piece of code from auth_oauth() method, to make the code easier to follow, and prepare for implementing the authorization code flow.
This is not a recommended scenario, but this prepares the code for using PKCE
create an upstream merge request after OCA#393 is merged
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-auth-17.0/server-auth-17.0-auth_oidc Translate-URL: https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-auth_oidc/
Currently translated at 100.0% (20 of 20 strings) Translation: server-auth-17.0/server-auth-17.0-auth_oidc Translate-URL: https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-auth_oidc/zh_CN/
/ocabot migration auth_oidc |
Sorry @ap-wtioit you are not allowed to mark the addon tobe migrated. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the |
15acbe0
to
52fe221
Compare
52fe221
to
bebe25c
Compare
/ocabot migration auth_oidc |
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.
LGTM (not tested yet)
Happy to merge this as soon as someone confirms it has been functionally tested. |
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.
Functionally tested within our own OAuth Provider Infrastructure and logged in successfully on the target test instance with OpenID
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Tested as well with keyloack; works as expected. |
Congratulations, your PR was merged at 25c76aa. Thanks a lot for contributing to OCA. ❤️ |
info @wt-io-it