mirror of
https://github.com/minio/minio.git
synced 2025-11-10 14:09:48 -05:00
@@ -157,7 +157,7 @@ func main() {
|
||||
TokenURL: ddoc.TokenEndpoint,
|
||||
},
|
||||
RedirectURL: fmt.Sprintf("http://localhost:%d/oauth2/callback", port),
|
||||
Scopes: []string{"openid"},
|
||||
Scopes: ddoc.ScopesSupported,
|
||||
}
|
||||
|
||||
state := randomState()
|
||||
|
||||
Reference in New Issue
Block a user