1 Answer
- Newest
- Most votes
- Most comments
0
I believe by Amazon Connect Custom CCP you mean this. If that be the case, you can use "Post authentication Lambda trigger" to then authenticate with Custom CCP. The UI code there can also be modified a bit to authenticate with the same Cognito instance using the same creds.
Relevant content
- asked 10 months ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 months ago
How can I login from lambda (backend) into a web application (front end)? There is some type of authentication token? In the sample app that you have provided the login into Amazon Connect Custom CCP is done by the UI.