1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-10 22:51:31 +02:00

Add Authorization header flags

This commit is contained in:
Joel Speed
2018-01-27 10:14:19 +00:00
parent c8ca0c8295
commit 68d4164897
6 changed files with 20 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ func (p *OIDCProvider) Redeem(redirectURL, code string) (s *SessionState, err er
s = &SessionState{
AccessToken: token.AccessToken,
IDToken: rawIDToken,
RefreshToken: token.RefreshToken,
ExpiresOn: token.Expiry,
Email: claims.Email,