You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ExtraScopes []string`long:"extra-scopes" env:"EXTRA_SCOPES" description:"Extra scopes to request. 'openid', 'email' and 'profile' are always included"`
16
18
17
19
OAuthProvider
18
20
@@ -41,14 +43,17 @@ func (o *OIDC) Setup() error {
41
43
returnerr
42
44
}
43
45
46
+
// "openid" is a required scope for OpenID Connect flows.
0 commit comments