1. Enabled Custom Provider (Federated Identity)
2. Fetching user details from identity token
3. Calling a resource server to fetch message for user
Make sure your read my complete tutorial "Cognito Hosted UI with Amplify in Angular"
Also check out Spring boot resource server
-
Run
npm install
to install node modules. -
Update the cognito credentials in aws-exports.js
-
Run
ng serve -o
to run the project.