feat: sync groups with SAML provider (#6299)
* 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>
This commit is contained in:
@@ -162,3 +162,15 @@ props:
|
||||
default: 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/picture'
|
||||
hint: The field storing the user avatar picture. Can be a variable name or a URI-formatted string.
|
||||
order: 43
|
||||
mapGroups:
|
||||
type: Boolean
|
||||
title: Map Groups
|
||||
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.
|
||||
default: false
|
||||
order: 44
|
||||
mappingGroups:
|
||||
title: User Groups Field Mapping
|
||||
type: String
|
||||
default: 'memberOf'
|
||||
hint: The field storing the user groups attribute (when Map Groups is enabled). Can be a variable name or a URI-formatted string.
|
||||
order: 45
|
||||
|
||||
Reference in New Issue
Block a user