Skip to content
Snippets Groups Projects
Commit bdfb1013 authored by m.nabokikh's avatar m.nabokikh
Browse files

Add the comment about groups request notification

parent e9d17888
Branches
No related tags found
No related merge requests found
...@@ -238,6 +238,9 @@ var scopeDescriptions = map[string]string{ ...@@ -238,6 +238,9 @@ var scopeDescriptions = map[string]string{
"offline_access": "Have offline access", "offline_access": "Have offline access",
"profile": "View basic profile information", "profile": "View basic profile information",
"email": "View your email address", "email": "View your email address",
// 'groups' is not a standard OIDC scope, and Dex only returns groups only if the upstream provider does too.
// This warning is added for convenience to show that the user may expose some sensitive data to the application.
"groups": "View your groups",
} }
type connectorInfo struct { type connectorInfo struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment