メイン コンテンツにスキップする

Register a custom web app in Amazon Cognito

Follow the steps below to register a custom web app in Amazon Cognito.

  1. Sign in to the Amazon Cognito console as an admin. If prompted, enter your AWS credentials.

  2. Select User Pools.

  3. Select an existing user pool from the list, or create a user pool.

  4. Select the App integration tab.

  5. Under App client list, select Create app client.

  6. Under App type, select Public client.

  7. Enter Cognite Data Fusion as the App client name.

  8. Under Client secret, select Don't generate a client secret.

  9. Under Authentication flows, select ALLOW_USER_SRP_AUTH and ALLOW_REFRESH_TOKEN_AUTH.

  10. Under Hosted UI settings, set the Allowed callback URLs to your custom web app.

  11. In Identity providers, select Cognito user pool.

  12. In OAuth 2.0 grant types, select Authorization code grant.

  13. In OpenID Connect scopes, select OpenID.

  14. In Custom scopes, select https://cognitedata.com/IDENTITY and https://cognitedata.com/user_impersonation.

  15. At the bottom of the window, select Create app client.