Cognito Flashcards
______ provides Web Identity Federation with the following features.
Cognito
These are features of what service?
- sign up and sign in to your apps
- access for guest users
- acts as an Identity broker between you apps and web ID providers, so you don’t need to write any additional code
- syncronizes user data for multiple devices
- recommended for all module applications AWS services.
Cognito
Cognito Use Cases
The recommended approach for __ ____ ___ using social media accounts like Facebook
Web Identity Federation
_____ brokers between the app to embed or store AWS creds loically on the device and it gives users a seamless experience across all module devices.
Cognito
_____ allows users to auth with a Web Identity Provider (google, amazon, facebook)
Federation
The user authenticates first with the web identity provider and receives an auth ____, which is exchanged for temporary AWS creds allowing them to assume an IAM role.
token
____ is the recommended approach for WEb ID federation particularly for mobile apps.
cognito
This service syncs user data for a seamless experience across your devices.
Cognito
___ ____ areuser directories used to manage sign up and sign in functionality for module and web apps.
user pools
users a can sign in directly to the __ ___, or identity via an identity provider liek Facebook, Google, and Amazon. ____ acts as an identity broker between the ID provider and AWS, successful authentication generates a number of JSON web tokens. (JWTs)
user pool; Cognito
____ ____ enable you to create unique identities for your users and authenticate them with identity providers. WIth an identitym you can obtain temp, limited privilege AWS creds to access other AWS services.
Identity pools
Push Syncronization
___ tracks the association between user identity and the various different devices they sign in from.
Cognito
In order to provide a seamless user experience for you app,cognito uses ___ ___ to push updates and sync user data across multiple devices.
push sync
____ is used to send a silent push notification to all the devices associated with a given user identity whenever data stored in teh cloud changes.
SNS