ModelOp Center Requirements
Following the OAuth 2.0 standard, ModelOp Center requires the following Amazon Cognito configurations for a successful integration:
User pool
Resource server:
rs/modelop_client
App clients:
gateway-service
internal-client
external-integration-client
Proposed | App Type | Client Secret Required | Authentication Flows | Allowed URLs | OAuth 2.0 Grant Types | OpenID Connect Scopes | Custom Scopes |
---|---|---|---|---|---|---|---|
gateway-service | Confidential | ✔️ |
| Allowed callback URLs:
Allowed sign-out URLs:
| Authorization |
| |
internal-client | Confidential | ✔️ |
| Client |
| ||
external-integration-client | Public |
| Allowed callback URLs:
| Implicit Authorization |
|
*Default selection includes the following authentication flows:
...
For detailed instructions on how to setup Amazon Cognito with the required configurations, please follow the Amazon Cognito: How-to guide.