User Self-Care with the SCIM API
Security Verify Access SCIM support provides an API that can consolidate the management of user data from various sources. Supported data sources include:
- User registry
- Security Verify Access user profile
- Mobile Multi Factor Authentication (MMFA) data
- User knowledge questions
SCIM support provided by the ISAM is based on the SCIM 2.0 standard. The SCIM 2.0 standard comprises of the SCIM Core Schema defined in RFC 7643 and the SCIM Protocol defined in RFC 7644.
The SCIM application is provided on all Advanced Access Control interfaces under the path /scim. For example:
https://<runtime_listening_address>:<port>/scim https://<runtime_listening_address>:<port>/scim/Schemas https://<runtime_listening_address>:<port>/scim/Users https://<runtime_listening_address>:<port>/scim/Groups
- Setup
The SCIM application can be accessed internally via the Advanced Access Control endpoints or securely exposed externally using the web reverse proxy with some additional setup.- Endpoints
ISAM supports these SCIM endpoints.- User profile schema LDAP attribute mapping
ISAM provides pre-defined mapping of SCIM attributes to commonly available LDAP attributes.- Resource schemas
ISAM supports the following resource schemas from RFC 7643.- Limitations
The Security Verify Access SCIM application has some limitations.
Parent topic: SCIM account management