Attribute Name
Configure arole attribute in your identity provider’s SAML assertion.
If no role attribute is found, the user’s role remains unchanged.
Expected Values
| Value | Effect |
|---|---|
admin | User gets Admin role |
user | User gets Member role |
| (anything else) | No change |
Behavior
- If role attribute exists with
admin→ user becomes Admin - If role attribute exists with
user→ user becomes Member - If role attribute exists but value isn’t recognized → no change
- If no role attribute is present → no change