mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-07 16:47:13 +00:00
Add 'AuthorizeID From Parameters' audit logs to the /callback and /login endpoints
Co-authored-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
co-authored by
Ryan Richard
parent
bf1e37f149
commit
44e218194b
+1
-1
@@ -81,7 +81,7 @@ func (p *FederationDomainResolvedGitHubIdentityProvider) UpstreamAuthorizeRedire
|
||||
RedirectURL: fmt.Sprintf("%s/callback", downstreamIssuerURL),
|
||||
Scopes: p.Provider.GetScopes(),
|
||||
}
|
||||
redirectURL := upstreamOAuthConfig.AuthCodeURL(state.EncodedStateParam)
|
||||
redirectURL := upstreamOAuthConfig.AuthCodeURL(state.EncodedStateParam.String())
|
||||
return redirectURL, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user