aws-cognito
Web icon

AWS Cognito User Pools Connector

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded
 on 20 April 2021
 by 
5.0
 (1 rating)
aws-cognito

AWS Cognito User Pools Connector

Documentation
1.0.2

AWS Cognito User Pools Connector provides a way to integrate your Web application with AWS Cognito User Pools. In order to use/test the component you will need to own a AWS Account.

Your Outsystems application will need to map to an Cognito User Pools.

For setting up the component and use this component in your web application, follow these steps:

1 - Create you User Pool

2 - Create your App client without a secret


3 - Create your domain

4 - Create your application in AWS Cognito User Pools Connector and fill in the details:


5 Change the code in the application that you are integrating with AWS Cognito User Pools

        - Change the Security flow in the On Exception to Redirect to the WS Cognito User Pools Connector Redirect page

6 Change the Client Logout to redirect to the Logout URL from the GetLogoutURL of the AWS Cognito User PoolsConnector (Will perform Logout in AWS Cognito User Pools and OS)