create github oauthconfig with redirecturl (#1700)
This commit is contained in:
parent
336e284a46
commit
d87cf1c924
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue