mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-29 17:07:24 +02:00
* remove api from gitlab defaultScope * rm redundant scope Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
This commit is contained in:
parent
39e49ca9e0
commit
94fddefc8e
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