bitly / oauth2_proxy

A reverse proxy that provides authentication with Google, Github or other provider
MIT License
5.1k stars 1.21k forks source link

Token is expired #603

Open fronbasal opened 6 years ago

fronbasal commented 6 years ago

Hello. When I try to sign in via the oauth2 page, I get the following error along with the 500 error page: error redeeming code could not verify id_token: oidc: token is expired (Token Expiry: 0001-01-01 00:00:00 +0000 UTC). Before that, it throws Cookie "_oauth2_proxy" not present". When trying to access the site via curl (or via chrome) it also does not show, that the cookie _oauth2_proxy is set. Any ideas?