...
Proposed Application Name | Platform | Client Secret Required | Grant Type | Scope | App Roles | Token Claim | Redirect URIs |
---|
gateway-service (C2B) | Web
| ✔ | Authorization Code | openid profile email offline_access custom_scope
| | family_name given_name preferred_username email groups
| |
internal-client (B2B) | | ✔ | Client Credentials | | modelop_client family_name given_name preferred_username email
| | |
external-integration-client (C2B) | Single-page application Mobile and desktop applications
| | Implicit Authorization Code with PKCE | | | family_name given_name preferred_username email groups
| Single-page application; Redirect URIs https://<ModelOp Center URL>/jupyterOauth2ImplicitGrant.html
https://<ModelOp Center URL>/modelOpWDC.html
Mobile and desktop applications; Redirect URIs https://oauth.powerbi.com/views/oauthredirect.html
|
go-cli (C2B) | | ✔ | Password | | | family_name given_name preferred_username email groups
| |
...
For instructions on how to create custom_scope
and modelop_client
, please follow the Azure AD: How-to guide.