Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.3 KB

File metadata and controls

21 lines (13 loc) · 1.3 KB
layout page
title 401.36 Reading Notes
permalink /401-R36/

Cognito

Cognito Overview

  • Cognito is Amazon's proprietary framework for authentication and authorization. Cognito allows for user login via an app-specific user credential or existing Amazon or third-party accounts (Such as Google or Facebook), with app users collected in repositories called User Pools. Authenticated users then use the credentialing provided by Cognito to access AWS-serviced app features or content (depending on authorization level).

The following diagram from AWS's Cognito docs illustrates the request sequence for users through an integrated app:

Cognito Auth/Auth pathway

Cognito & Amplify Integration