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
// Restricts login to users that are members of at least one of the specified groups. This is only effective if groups claims are enabled.
80
+
AllowedGroups []string`json:"allowedGroups"`
81
+
// ForwardAllGroups, if true, will forward all groups from the IdP instead of only the allowed groups when AllowedGroups is set. This is only effective if groups claims are enabled.
82
+
ForwardAllGroupsbool`json:"forwardAllGroups"`
80
83
81
84
// AcrValues (Authentication Context Class Reference Values) that specifies the Authentication Context Class Values
82
85
// within the Authentication Request that the Authorization Server is being requested to use for
0 commit comments