Skip to content
Snippets Groups Projects
Unverified Commit 8b344fe4 authored by Joel Speed's avatar Joel Speed
Browse files

Fix Refresh comment

parent 19ad7daa
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ func (c *oidcConnector) HandleCallback(s connector.Scopes, r *http.Request) (ide
return c.createIdentity(r.Context(), identity, token)
}
// Refresh is implemented for backwards compatibility, even though it's a no-op.
// Refresh is used to refresh a session with the refresh token provided by the IdP
func (c *oidcConnector) Refresh(ctx context.Context, s connector.Scopes, identity connector.Identity) (connector.Identity, error) {
t := &oauth2.Token{
RefreshToken: string(identity.ConnectorData),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment