Verified AI summary ◀▼
Use Cognito UserPools for agent sign-in if you're not using SSO. Log into your AWS account, access the Cognito service, and create users in the UserPool. Ensure email addresses match Amazon Connect usernames. Set Cognito as the identity provider in the Hosted UI settings. This configuration allows agents to sign in using the manually created users in the UserPool.
If you are not using SSO, you can use the Cognito UserPool itself as the identity provider. The Cognito UserPool is the one that was created using the Zendesk for Contact Center CloudFormation template.
If you want to use SSO, see Setting up single sign-on for Amazon Connect.
- Log in to the AWS account where the Contact Center CloudFormation stack was created.
- In the Cognito service (ensure that you are in the correct region), open the UserPool that was created when the Contact Center CloudFormation stack was created.
- On the Users tab, click Create User.
- Enter a user name and email address.Tip: It's a good idea use the agent's email address as their user name, so that it matches the user name in Amazon Connect.
- Click Mark the email address as verified, then enter a temporary password.
The user will be required to change the password when they log into Contact Center. You don't need to enter a phone number.
- Create additional users, as needed, for all agents who need access to Contact Center.
- Click the App Integration tab, then click app-client at the
bottom.
- In the Hosted UI section, click Edit.
- In the Identity providers section, select Cognito user pool from the
dropdown list.
This tells Cognito to use the user pool, with the manually created users, as the identity provider.
- Click Save changes.
The Cognito configuration is complete.