forked from mystiq/dex
Enable groups scope
This commit is contained in:
parent
04360fa354
commit
35180a72f1
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ func (s *Server) discoveryHandler() (http.HandlerFunc, error) {
|
|||
Keys: s.absURL("/keys"),
|
||||
Subjects: []string{"public"},
|
||||
IDTokenAlgs: []string{string(jose.RS256)},
|
||||
Scopes: []string{"openid", "email", "profile", "offline_access"},
|
||||
Scopes: []string{"openid", "email", "groups", "profile", "offline_access"},
|
||||
AuthMethods: []string{"client_secret_basic"},
|
||||
Claims: []string{
|
||||
"aud", "email", "email_verified", "exp",
|
||||
|
|
Loading…
Reference in a new issue