Skip to content
David Ostrovsky edited this page Apr 19, 2015 · 14 revisions

Q. What is the difference between authentication type OAUTH and OpenID?

A. When you start from scratch then you probably want OAUTH. When you've used non-SSO OpenID and need Google OAuth provider support after OpenID service shutdown, then you need Hybrid OpenID+OAuth authentication method. This is supported with auth.type = 'OpenID'.

Q. Why linking of user identity from old Google's OpenID account to new OAuth account doesn't work for my site?

A. It works. Verify that you'have configured the plugin correctly:

  [plugin "gerrit-oauth-provider-google-oauth"]
  [...]
    link-to-existing-openid-accounts = true

and that your domain remained the same as it was used with OpenID. Check the discussion in this issue: Issue #2.

Q. Why linking of user identities doesn't work from the UI?

A. This late feature wasn't merged yet:

Q. Why switching of user accounts doesn't work from the UI?

A. This late feature wasn't merged yet:

Q. Why I am getting identity is untrusted error with Hybrid OpenID+OAuth method?

A. You need to set trustedOpenID:

  [oauth]
    trustedOpenID=^.*$

Q. How to configure the proxy with this plugin?

A. Check this Proxy support request.

Clone this wiki locally