Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add microsoft oauth2 providers #16544

Merged
Prev Previous commit
Next Next commit
remove unused Scopes
Signed-off-by: Andrew Thornton <[email protected]>
  • Loading branch information
zeripath committed Jul 27, 2021
commit ca74bc0b7b088415aa643e42d109a9dcb55939ae
1 change: 0 additions & 1 deletion services/auth/source/oauth2/source.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ type Source struct {
OpenIDConnectAutoDiscoveryURL string
CustomURLMapping *CustomURLMapping
IconURL string
Scopes []string

// reference to the loginSource
loginSource *models.LoginSource
Expand Down