mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
improvement: update gitlab api scope (#630)
This commit is contained in:
parent
627a591824
commit
5f0c13767b
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ import (
|
|||
// Name identifies the GitLab identity provider
|
||||
const Name = "gitlab"
|
||||
|
||||
var defaultScopes = []string{oidc.ScopeOpenID, "api", "read_user", "profile", "email"}
|
||||
var defaultScopes = []string{oidc.ScopeOpenID, "read_api", "read_user", "profile", "email"}
|
||||
|
||||
const (
|
||||
defaultProviderURL = "https://gitlab.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue