...
This page lists all fields that can be updated via SAML.
- You decide which field is the unique user identifier (an ID, the email, etc.)
- You decide whether new users will be created automatically or not
- You decide rules to reject authentication (e.g. if a user field does not match criteria)
- etc.
Person fields
Key | Description | Type | Required |
---|---|---|---|
person.login | The person login | String | * |
person.email | The person email | String | * |
person.lastname | Last name | String | * |
person.firstname | First name | String | * |
person.title | Title | String | |
person.phone | Phone number | String | |
person.phoneMobile | Phone mobile number | String | |
person.role | Role | String | |
company.name | Company name (Need match with Company name) | String | * |
person.profile | Profile (Need match with profile name) | String | * |
person.comments | Comments | String | |
person.privateEmail | Email is private ? | Boolean | |
person.IsActive | Person account is active ? | Boolean | |
person.CustomStr{1..20} | Set value to custom field | String |
...