-
-
Notifications
You must be signed in to change notification settings - Fork 490
[19.0][MIG] auth_oidc: Migration to 19.0 #843
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
base: 19.0
Are you sure you want to change the base?
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/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-auth-18.0/server-auth-18.0-auth_oidc Translate-URL: https://translation.odoo-community.org/projects/server-auth-18-0/server-auth-18-0-auth_oidc/
|
/ocabot migration auth_oidc |
|
Tests are failing because of demo data no longer loaded by default (they still are in our doodba). Will split up the demo keycloak client data and test client data. Edit: test data is now separated from demo data |
11b5217 to
a5830da
Compare
a5830da to
554b50d
Compare
|
This PR has the |
|
Migration of auth_oidc to 19.0
Info @wt-io-it