SCIM 2.0 with Fixed Bearer

  1. Any application which supports SCIM v2.0 with fixed bearer is workable for application.

  2. Following are configuration which is used for SCIM with fixed bearer

  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. Fixed Bearer Value - The value for fixed bearer.

  6. Update method - Patch or Put method.

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

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