These steps explain how to configure a platform in Microsoft Entra ID. A platform is another term for application type.
- Go to Microsoft Entra ID.
- Select Microsoft Entra ID.
- In the left panel, select App registrations.
- Select the All applications tab and then select your application.
- In the left panel, select Authentication.
- Select + Add a platform.
A Configure platforms panel appears on the right.
- In the Configure platform panel, select Web.
The Configure Web panel appears.
- In the field, paste either the loginUrl from GraphQL or the callback URI from the GUI.
- If you used GraphQL to create the OpenID Connect Provider, modify the URL by adding /callback before "/login" at the end of the URL. The URL looks like this:
https://api.us-1.veritone.com/v1/admin/openid/16f982b7-17fa-4c6c-a17b-9e7e018d42c0/callback/login
- Select Configure.
The panel closes, and a Web section containing your redirect URI appears under the Platform configurations section.
- In the left panel, select Token configuration.
- In the Optional claims section, select + Add optional claim.
An Add optional claim panel appears on the right.
- In the Add optional claim panel, select the ID radio button.
A list of claims appears.
- Select the following checkboxes:
- acct
- email
- family_name
- given_name
- upn (identifier)
- verified_primary_email
- verified_secondary_email
- Select Add.
A pop-up window appears, telling you that some claims require OpenID Connect scopes.
- In the pop-up window, select the checkbox, then select Add.
The pop-up window and panel closes, and a list of claims appears.
Next step
Create an Microsoft Entra ID user