Issue 2606: Add Reviewer Textbox not suggesting reviewers with OpenID_SSO enabled.
Status:  New
Owner: ----
Reported by m.smolli...@gmail.com, Apr 14, 2014
Affected Version:2.8.3

What steps will reproduce the problem?
1. Configure gerrit installation with OpenID_SSO enabled (mine is using Google Apps)
2. Have two users authenticate once to get database entries
3. Have one user push a review and attempt to add the other user to the review

What is the expected output? For the user "jsmith@domain.com", typing the letter "j" should bring up the autocomplete field

What do you see instead?
No autocomplete is presented.

Please provide any additional information below.
My configuration is for the most part vanilla beside SSO configuration to point to my apps domain. I brought online a test server and left the auth to default OpenID and the textbox does populate. I'm not seeing any errors in the logs to indicate problems. I went so far as to explicitly set the accounts.visibility and suggest.accounts configs and that changed nothing. From what I understand from the documentation, there are no specific configuration parameters that need to be changed from default for Registered Users group for this to work.

Thoughts? Gerrit is working very well otherwise, with SSO working very well even for users who use Google's multiple accounts functionality (the picker is presented and handled properly)