Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The SCIM-API is based on the open-source project located here:
https://github.com/AzureAD/SCIMReferenceCode/

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

Authorization: Bearer [Yourtoken]



  • No labels