Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 687 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 687 Bytes

Angular App to show login flow using Amplify

Login Page

Features:

  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

Running

  1. Run npm install to install node modules.

  2. Update the cognito credentials in main.ts

  3. Run ng serve -o to run the project.