Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ModelOp Center Requirements

Following the OAuth 2.0 standard, ModelOp Center requires the following Amazon Cognito configurations for a successful integration:

...

Proposed
App Name

App Type

Client Secret Required

Authentication Flows

Allowed URLs

OAuth 2.0 Grant Types

OpenID Connect Scopes

Custom Scopes

gateway-service
(C2B)

Confidential
client

✔️

  • Default
    selection*

Allowed callback URLs:

  • <ModelOp Center URL>/login/oauth2/code/gateway-service


Allowed sign-out URLs:

  • <ModelOp Center URL>/

Authorization
code grant

  • email

  • openid

  • profile

internal-client
(B2B)

Confidential
client

✔️

  • Default
    selection

  • ALLOW_USER_PASSWORD_AUTH

Client
credentials

  • rs/modelop_client

external-integration-client
(C2B)

Public
client

  • Default
    selection

Allowed callback URLs:

  • <ModelOp Center URL>/jupyterOauth2ImplicitGrant.html

  • <MOC URL>/modelOpWDC.html

  • https://oauth.powerbi.com/views/oauthredirect.html

Implicit
grant

Authorization
code grant

  • email

  • openid

  • profile

*Default selection includes the following authentication flows:

...