Microsoft Entra ID (formerly Azure Active Directory)
Following the OAuth 2.0 standard, ModelOp Center requires the following Microsoft Entra ID configurations for a successful integration:
App registrations*
gateway-service
internal-client
external-integration-client
go-cli
Scopes
custom_scope
App roles
modelop_client
Access token version: 2
*When registering a new app, ensure you use the "App registrations" option under the “Applications” menu, and not the "Enterprise applications" option. Each option provides different settings, and selecting the wrong one will prevent you from completing the configuration successfully.
Proposed | Platform Type | Client | Scopes & API Permissions | App Roles & API Permissions | Token Claims | Redirect URIs | Token version | Other configurations |
---|---|---|---|---|---|---|---|---|
gateway-service |
|
|
|
|
[Enable above claims for ID and Access_token] |
| 2 |
|
internal-client |
|
|
|
|
|
| 2 | The Once the
|
external-integration-client |
|
|
|
|
|
| 2 | Please open the “Authentication” tab. Under “Implicit grant and hybrid flows”, please select: Access tokens (used for implicit flows) ID tokens (used for implicit and hybrid flows) as the types of tokens that will be issued by the authorization endpoint for this particular app. |
go-cli |
|
|
|
|
|
| 2 |
|
Microsoft Entra ID Guide
For instructions on how to create custom_scope
and modelop_client,
and how to set the access token version, please follow the Microsoft Entra ID: How-to guide.