Closed sigrdrifa closed 5 months ago
Happy to help you with that. Gonna need more info. Please read the README and provide all that stuff in the manor suggested.
Sure thing! I'll get those things posted tomorrow
I'm going to close this, feel free to post your logs and we can work it
Hey, I'm trying to setup vouch with a Github provider but even though I can see the authentication happening, after the redirect I get a "403 Forbidden" on any protected domain/page I'm trying to view.
Looking at the vouch logs I can see that the problem is that the Github auth response payload for the user does not have the Email field set, it has a value of nil, despite the fact that I'm using the default scopes, and this even happens when I change the scope to include "user:email".
The vouch logs are here:
Note that the email value is NULL.
While my vouch config provider section is pretty simple with:
Any idea what could be going on here?
Thanks!