Account (Section)#
Path: /facilities/data-sources/data-source{id}/scim2/account
Enable configuration of SCIM 2.0 Account- and Credential Data Access Provider
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| verify-password-filter | non-empty-string | optional | userName eq ":username" and password eq ":password" and active eq true | The filter string to use to verify the username and password against the SCIM 2.0 server. Use “:username” and “:password” to substitute username and password |
| search-filter-mail | non-empty-string | optional | emails.value eq ":email" and emails.primary eq true | The filter string used to find a user based on the email address. Use “:email” to substitute the email |
| search-filter-phone | non-empty-string | optional | phone.value eq ":phone" and phone.primary eq true | The filter string used to find a user based on the phone number. Use “:phone” to substitute the phone number |