create github oauthconfig with redirecturl (#1700)
This commit is contained in:
parent
336e284a46
commit
d87cf1c924
@ -181,6 +181,7 @@ func (c *githubConnector) oauth2Config(scopes connector.Scopes) *oauth2.Config {
|
|||||||
ClientSecret: c.clientSecret,
|
ClientSecret: c.clientSecret,
|
||||||
Endpoint: endpoint,
|
Endpoint: endpoint,
|
||||||
Scopes: githubScopes,
|
Scopes: githubScopes,
|
||||||
|
RedirectURL: c.redirectURI,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user