Composable Frontend 2.0 Learn more 

  • Integrations Hub/
    Store Management & Configuration/
    Amazon Cognito Integration

    Integrating with Amazon Cognito

    You can integrate Commerce with Amazon Cognito using the Integrations Hub in Commerce Manager. This allows you to offer your customers or business users Single Sign-on (SSO) using Amazon Cognito credentials instead of Commerce credentials. When you create an Amazon Cognito integration, an Amazon Cognito user pool is created. Your customers can then sign-in directly using the user pool.

    Commerce has two per-store, pre-set authentication realms.

    • Buyer Organization. A Buyer Organization is for customers who buy products from your store.
    • Merchant Organization. A Merchant Organization is for business user's who log in to Commerce Manager to modify a store's settings or catalogs.

    You can enable Single Sign-on (SSO), using Amazon Cognito in a Buyer Organization realm, a Merchant Organization realm, or both.

    Amazon Cognito provides the capability to federate identity from other providers like, Facebook, Google, Amazon, Apple, SAML-based and OIDC providers. This is not available as part of this integration.

    For more information, watch a video.

    Integrating with AWS Cognito

    Understanding Amazon Cognito Integration Request Templates

    The Amazon Cognito Integration uses the following Amazon Cognito API requests to create/update user pools and user pool clients.

    The Amazon Cognito Integration Request Templates contain all the parameters required for the Amazon Cognito Integration to function correctly. You can edit these templates, when configuring your Amazon Cognito Integration, to change or add any additional parameters that Amazon Cognito provide, depending on your business requirements. For example, you may want to change the password policies.

    There are some parameters that you must not change.

    Create User Pool Request Template

    { 
      "PoolName": "{{poolName}}"
    }
    

    Update User Pool Request Template

    {
      "UserPoolId": "{{userPoolId}}"
    }
    

    Create User Pool Client Request Template

    {
              "UserPoolId": "{{userPoolId}}",
              "ClientName": "{{poolName}}"
    }
    

    Update User Pool Client Request Template

    {
     "UserPoolId": "{{userPoolId}}",
     "ClientName": "{{poolName}}"
    }
     "CallbackURLs": [
     {% for url in callbackUrl %}
     {% unless forloop.first %},{% endunless %}
     "{{url}}"
     {% endfor %}
     ]`
    

    Prerequisites

    When configuring your Amazon Cognito Integration in Integrations Hub, you need to provide some or all of the following information, depending on your requirements.

    Configuring Amazon Cognito Prerequisites

    When configuring your Amazon Cognito Integration in Integrations Hub, you must provide your AWS region, for example, us-east-1.

    In addition, you may optionally want to configure the following:

    Configuring Commerce Prerequisites

    If you want to use Amazon Cognito with an Commerce Merchant Organization realm, configure a Merchant Organization prefix. You can configure this in Commerce Manager in SYSTEM > Store Settings > Authentication Management. The prefix field is available from the Enter your store's prefix drop-down list during login to determine the Commerce Merchant realm that your business users log in to. See Merchant Organization: URL prefix.

    Collecting Your Setup Information

    Before you begin configuring your Amazon Cognito integration in Commerce Manager, you need to collect the necessary setup information from Amazon Cognito and Commerce Manager.

    Collecting Amazon Cognito Setup Information

    Collect the following Amazon credentials. See Create an AWS access key.

    Amazon Cognito ConnectionDescription
    Access Key IDYour AWS Access Key ID.
    Secret Access KeyYour AWS Secret Access Key.

    Collecting Commerce Manager Setup Information

    Collect the following Commerce API keys. You can find this information in SYSTEM > Application Keys in Commerce Manager when logged in as a user with Seller Admin privileges. See Application Keys.

    Commerce API KeyDescription
    Token URLYour Commerce API Token URL. For example, api.motlin.com/oauth/<access_token> (EU) or useast.api.elasticpath.com/oauth/<access_token> (US).
    Client IDYour Commerce Client ID.
    Client SecretYour Commerce Client Secret.

    When integrating with third-party providers, we recommend you use the closest region in the third-party service to reduce latency as much as possible. See Regions and URLs table.

    Configuring the Amazon Cognito Integration

    Once you have:

    You are ready to configure the Amazon Cognito integration in Integrations Hub.

    1. In Commerce Manager, go to COMPOSER > Integrations Hub.

    2. Under SSO, click Amazon Cognito. The Amazon Cognito integration guides you through the steps you need to follow to complete the integration.

    3. Click Configure. The Trigger details consist of some details about the Amazon Cognito integration.

    4. Click Next. The Configuration page is displayed.

    5. Complete the information in the Configuration page.

      • Client-ID - Your Commerce Client ID.
      • Client-Secret - Your Commerce Client Secret.
      • Token URL - Your Commerce API Token URL.
      1. Click Connect to make sure that the authentication is completed successfully.

      2. Complete the Amazon Cognito credentials.

        • Access Key ID - Your AWS Access Key ID.
        • Secret Access Key - Your AWS Secret Access Key.
      3. In AWS Region, provide your AWS region, for example, us-east-1.

      4. In User Pool Name, type the name you want to use for your user pool. By default, this is EPCC.

      5. In User Pool Domain Name, type the domain name you want to use for your user pool. It must be unique. We recommend that your domain name is alphanumeric and you only use the - special character. The domain is in the format of https://<domain_prefix>.auth.<region>.amazoncognito.com. For example, if your domain name is elasticpath-commerce-cloud and your AWS region is us-east-1 then your login URL is elastic-path-commerce-cloud.auth.us-east-1.amazoncognito.com. The Amazon Cognito Integration creates a subdomain within an Amazon Cognito domain. If you want to use your business domain, then you must configure this directly in Amazon Cognito.

      6. In OIDC Profile Name, provide the name of the Commerce OIDC profile.

    6. Click Next. The Buyer Organization configuration page is displayed.

    7. If you want to enable Amazon Cognito in your Buyer Organization, turn on the Enable Buyer Organization toggle.

    8. (Optional) In SSO Callback URL (Storefront) you can add additional storefront callback URLs. Once your customer has successfully logged in, you want Amazon Cognito to redirect them to your storefront. You may have a different storefront for different geographical regions, for example, US and UK, but you want to use the same Amazon Cognito User Pool. In this scenario, you can give a storefront callback URL for each region. Select Add value to add a maximum of 5 URLs.

    9. Click Next. The Merchant Organization configuration page is displayed.

    10. If you want to enable Amazon Cognito in your Merchant Organization, turn on the Enable Merchant Organization toggle.

    11. In SSO Prefix (Merchant), provide your Merchant Organization prefix. The prefix field is used during login to determine the Commerce Merchant realm that your business users log in to.

    12. Click Next. The Templates configuration page is displayed. You can use the default request templates provided by the Amazon Cognito Integration or you can edit them, depending on your requirements. For example, you may want to change the password policies. Click Edit for the request template you want to edit. However, there are some parameters that you must not change. See Understanding Amazon Cognito Integration Request Templates.

    13. Click Finish. Your integration is enabled.

    Using Amazon Cognito Integration

    To change any configuration details in your Amazon Cognito integration, open your Amazon Cognito Integration and go to Summary > Reconfigure.

    In addition, from Summary, you can view, pause, or delete your Amazon Cognito integration.

    If there is an update to the Commerce Amazon Cognito integration, a message is displayed in Summary. Click Update to update your integration. Walk through the steps to configure your integration.

    Troubleshooting the Amazon Cognito Integration

    You can debug any issues in Executions. Click an execution to see the execution details. The Logs shows the output and any errors or warnings.

    From Step Outputs, you can do the following.

    1. Select Integration Trigger to see any errors when the integration was triggered.
    2. Select List User Pool to see the details of the Amazon Cognito User Pool.

    Select Retry to initiate an execution again.