SCIM 2.0 Service Provider
Last updated
Was this helpful?
Last updated
Was this helpful?
This information is still applicable to v6
The SCIM standard was created to simplify user management in the cloud by defining a schema for representing users and groups and a REST API for all the necessary CRUD operations. See
To enable the SCIM end-point Vidyano will require an authenticated request, the passed bearer token will need to be checked in the AuthenticatorService class. The easiest way would be to provide a single custom setting that contains the token so that it can be checked.
Other scenarios could be created by storing multiple tokens in the database.
Azure can be configured to sync the AD users with your Vidyano application:
Tenant URL is the url of the application (e.g. for the demo application the tenant url is https://demo.vidyano.com/ )
For the mapping we recommended the following settings: Groups
Users