-
Notifications
You must be signed in to change notification settings - Fork 5
Github SSO fails by not retrieving email address #7
Comments
github API does not return your email as part of the authorization API call. Please check you have one set on your github profile |
I just checked the applications I granted and most of them scope my email address as well, without noticying any problem with those. I just verified that I was able to access my ngrok account thru their SSO and they exactly ask for the same permissions than CFP.io. [sbauza@sbauza nova]$ curl -u "sbauza" -H "Accept: application/vnd.github.damage-preview" https://api.github.com/applications/grants |
You're welcome to contribute a fix if you understand what's wrong here. |
Check your Github profile, your email must be "public" : VALID: WRONG: Michel. 2016-09-23 12:29 GMT+02:00 Nicolas De loof [email protected]:
|
When testing to access https://snowcamp.cfp.io using the GitHub authentication, I'm unable to log in and CFP.io returns me the following error :
" We can't retrieve your e-mail with the selected provider (check if you don't set it private). You can use another provider if you want. "
I verified my GitHub account and my email address is not set private.
Using LinkedIn SSO works seamlessly, so I suspect the GitHub scope being looked up as incorrect.
The text was updated successfully, but these errors were encountered: