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
* feat: added implementation for group mapping in SAML strategies
---------
Co-authored-by: Abderraouf El Gasser <abderraouf.elgasser@iktos.com>
Co-authored-by: Nicolas Giard <github@ngpixel.com>
hint: The field storing the user avatar picture. Can be a variable name or a URI-formatted string.
164
164
order: 43
165
+
mapGroups:
166
+
type: Boolean
167
+
title: Map Groups
168
+
hint: Map groups matching names from the provider user groups. User Groups Field Mapping must also be defined for this to work. Note this will remove any groups the user has that doesn't match any group from the provider.
169
+
default: false
170
+
order: 44
171
+
mappingGroups:
172
+
title: User Groups Field Mapping
173
+
type: String
174
+
default: 'memberOf'
175
+
hint: The field storing the user groups attribute (when Map Groups is enabled). Can be a variable name or a URI-formatted string.
0 commit comments