This topic explains how to provision a user via SCIM endpoints by generating an API token, creating credentials and testing the connection, provisioning Microsoft Entra ID users, and then finalizing the provisioning settings. Alternately, you can provision on demand.
Generate an API token
- Access Admin Center by logging in to your aiWARE administrative account. In the header bar, select
and then Admin Center
.
Admin Center slides out as a panel. - Select Security > API Tokens.
- Click New Token. The Create New Token panel opens.
- Enter a Key Name for your token.
- In the Select Permissions section, scroll to the "Admin:user" section. Enter the Select All button.
- Select Generate Token.
The Token Generated window appears.
- Select Copy, and paste the token in a safe place.
[Warn] For security purposes, the dialog box only displays the token when you create it. If you close the dialog box, the token code is no longer displayed. DO NOT close the dialog box before copying and saving the token in a safe place.
Create credentials and test the connection
- Go to Microsoft Entra ID.
- Select Microsoft Entra ID.
- In the left panel, select Enterprise applications.
- Select your application.
- In the left panel, select Provisioning.
- In the center panel, select Get Started.
The Provisioning page appears.
- In the Provisioning Mode dropdown, select Automatic.
An Admin Console Credentials section appears.
- Modify the loginUrl or callback URI with the value received when creating the OpenID Connect Provider.
- Modify the callback URI so that scim replaces openid. Remove either /callback/login (if it exists) or just /login from the end of the URL. The URL should follow this form:
https://api.us-1.veritone.com/v1/admin/scim/16f982b7-17fa-4c6c-a17b-9e7e018d42c0
- Paste the API token created in the Generate an API Token section above in the Secret Token field.
- Select Test Connection.
After a few seconds, a message should appear in the upper right with a green checkmark, indicating the test was successful.
- At the top of the panel, select Save.
Next step
Set up Microsoft Graph in an Microsoft Entra ID app