Automatic User mapping¶
Argus can be set up to automatically map new users based on the claims
in the ID-token from the ID-provider.
This way, users can be managed by the ID provider, and role-based
permissions may be managed only on the group level.
Requirements¶
- The provider is set up with mapping for the
"name,emailandgroupsclaims - The
groupsclaim must resolve to a claim with an array of group names, which the user is member of. These are referred to as "external group names". - External group which corresponds to groups defined in Argus must be mapped explicitly using the external group name, as they appear in the "groups" claim.
- A new user will only be mapped if he/she is member of at least one mapped group
Mapping groups¶
1 2 3 4 5 | |