-
Notifications
You must be signed in to change notification settings - Fork 84
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
Gerrit OAuth provider: OpenID 2.0 identifier mapping is discontinued #77
Comments
What is the ine GoogleOAuthService.java:154 in your patched code base? |
Oh, I see, then this should fix it:
right? |
Ah, I guess I have an idea what is going on here: Google discontinued legacy OpenID support in their OAuth 2 backend. |
Check this spec: https://developers.google.com/identity/protocols/OpenID2Migration, particularly, this statement:
IOW, i would have to release new version of Google OAuth2 provider and drop legacy OpenID account linking. |
As workaround, you could probably fix that by disabling now non working configuration option:
|
@davido Thanks. I will try disabling linking to OpenID accounts. |
@davido It worked on setting |
Thanks for letting us know ;-) |
According to Google OAuth2 specification[1]: the support for OpenID 2.0 identifier mapping is discontinued: Note: Support for the OpenID 2.0 identifier mapping described above will remain in effect until January 1, 2017. Reflect this fact in the code and discontinue the exposed option in the Google OAuth provider for this OpenID identifier mapping. [1] https://developers.google.com/identity/protocols/OpenID2Migration Bug: Issue #77 Change-Id: I0c1806e14c22d385b73c810e39568edd9ff84db0
Fixed with: 98f1be9. |
According to Google OAuth2 specification[1]: the support for OpenID 2.0 identifier mapping is discontinued: Note: Support for the OpenID 2.0 identifier mapping described above will remain in effect until January 1, 2017. Reflect this fact in the code and discontinue the exposed option in the Google OAuth provider for this OpenID identifier mapping. [1] https://developers.google.com/identity/protocols/OpenID2Migration Bug: Issue davido/gerrit-oauth-provider#77 Change-Id: I0c1806e14c22d385b73c810e39568edd9ff84db0
Gerrit version: v2.10.2-18-gc6c5e0b-dirty
gerrit-oauth-provider version: v0.3 (patched with PR #65 )
Following errors can be seen in the error log
What could be the issue? Is any one else also facing this?
The text was updated successfully, but these errors were encountered: