Skip to content
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

identity is untrusted #4

Closed
ntfreak opened this issue Mar 24, 2015 · 2 comments
Closed

identity is untrusted #4

ntfreak opened this issue Mar 24, 2015 · 2 comments

Comments

@ntfreak
Copy link

ntfreak commented Mar 24, 2015

Firstly thanks for your work on this, we have quite a few users on our project gerrit server (review.openocd.org) that we need to migrate from the old google OpenID.

I have built gerrit 2.10.1 and applied the following patches - 66310/1, 66311/2, 66312/3 and 66313/2.
Instructions were taken from here - https://groups.google.com/forum/#!topic/repo-discuss/SQdmidojZFQ

When i add/link any google account it gets marked as an untrusted identity, and as such looses all groups except "Anonymous Users" and "Registered Users". When debugging the problem I noticed that the identity is only untrusted when using auth.type OPENID. If i switch to OAUTH all is ok and the users groups are restored.

I know that auth.trustedOpenID would make this work, but what would I need to enter?

We were also planning on changing our server domain name, guessing this would make the account linking from the old google openid to oauth2 fail?

Cheers

@rolandschulz
Copy link
Contributor

I set it trustedOpenID=^.*$ to fix it.

@ntfreak
Copy link
Author

ntfreak commented Apr 1, 2015

Many Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants