Mapping Wordbee Fields
Many fields in your authentication system can be mapped to fields in Wordbee Translator. For example, a user's name, email or company.
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 |
Company fields
Key | Description | Type | Required |
---|---|---|---|
company.name | Company name | String | * |
company.timezone | The timezone | String | * |
company.type | client / supplier | String | * |
company.profile | Company profile | String | * |
company.customStr{1..20} | Set value to custom field | String |
Address fields
Key | Description | Type | Required |
---|---|---|---|
address.name | The adress name | String | * |
address.code | String | ||
address.city | String | ||
address.zip | String | ||
address.line1 | String | ||
address.line2 | String | ||
address.line3 | String | ||
address.invoiceEmail | String | ||
address.countryCode | String | * | |
address.contactPhone | String | ||
address.contactPhoneMobile | String | ||
address.contactFax | String | ||
address.contactEmail | String | * | |
address.contactName | String | ||
address.comments | String | ||
address.accountingNo | String | ||
address.isDefault | Boolean | ||
address.invoice.name | String | ||
address.invoice.city | String | ||
address.invoice.zip | String | ||
address.invoice.address.line1 | String | ||
address.invoice.address.line2 | String | ||
address.invoice.address.line3 | String | ||
address.invoice.email | String | ||
address.invoice.countryCode | String | ||
address.contactLocale | String | ||
address.invoice.isSame | Boolean |