mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-31 09:57:17 +02:00
Remove api from GitLab defaultScope (#2518)
* remove api from gitlab defaultScope * rm redundant scope
This commit is contained in:
parent
1cbcb8335d
commit
db5d1593e3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import (
|
|||
// Name identifies the GitLab identity provider.
|
||||
const Name = "gitlab"
|
||||
|
||||
var defaultScopes = []string{oidc.ScopeOpenID, "profile", "email", "api"}
|
||||
var defaultScopes = []string{oidc.ScopeOpenID, "profile", "email"}
|
||||
|
||||
const (
|
||||
defaultProviderURL = "https://gitlab.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue