InfoSec812 / sonar-auth-google

OAuth2 Authentication Plugin For SonarQube
Apache License 2.0
27 stars 25 forks source link

Cannot signup because email is already used by an existing user #23

Open Nomane opened 5 years ago

Nomane commented 5 years ago

Hi,

I have configured the plugin in this way :

sonar.auth.googleoauth.allowUsersToSignUp=true sonar.auth.googleoauth.clientId.secured=XXXXXXX.apps.googleusercontent.com sonar.auth.googleoauth.clientSecret.secured=XXXXXXX sonar.auth.googleoauth.enabled=true sonar.auth.googleoauth.loginStrategy=Unique sonar.auth.googleoauth.limitOauthDomain=mycompany.com

That's works fine on the first connection, but when I retry to login again I have this error message:

image

Any advice ?

Thanks

InfoSec812 commented 5 years ago

No, I have not seen any error like that in the past. I'll try to experiment and see if I can reproduce it, but I cannot give you an estimate of how soon that might happen.