SCIM v2.0 Provisioning with Basic Authentication

Integration SCIM v2.0 with Basic

  1. Any application which supports SCIM v2.0 with basic authentication is workable for application.

  2. Following are configuration which is used for SCIM with basic authenticator.

  1. Base address - It is the endpoint of the target system which supports SCIM v2 API’s.

  2. Username - Username to authenticate SCIM API endpoint.

  3. Password - Password to authenticate SCIM API endpoint.

  4. Authentication type - It is Fixed Bearer compulsory.

  5. Update method - Patch or Put method.

  6. Accept - Http header which accepts (application/json etc).

  7. Content Type - Http header which accepts (application/json etc).