...
This project is NOT a full implementation of the SCIM-specification, and only contains the bare-minimum to get provisioning working with AzureAD provisioning feature
For a customer to be able to call the SCIM api , these steps need to be complete:
1. Set up an integration for the customer. This has to be done by TTech-personnel
2. Generate a long lived auth-token for the integration through UserSync-Webapp
When this is done, the customer must supply the generated auth-token on every api-call
Code Block |
---|
Authorization: Bearer [Yourtoken] |