1.
Requirements
2.
Lab 1 - User Pools API Authentication
2.
Setup and Explore
2.1.
Create User Pool
2.2.
User Pool Configuration
2.4.
App client settings
2.5.
Explore OpenID Config
2.6.
Explore Hosted UI
3.
Authorization in Postman
3.1.
Configure OAuth 2.0
4.
Restricting API access
4.1.
Deploy a mock API
4.2.
Create Cognito Authorizer
4.3.
Attach Authorizer to the API
5.
Postman API
3.
Lab 2 - User Pools SDK
3.1.
Setting up your fiddle
3.2.
Add user sign-up
3.3.
Add user Sign-in and Sign-out
3.4.
Add enable/disable TOTP/MFA
3.5.
Making API calls with token
3.6.
(Bonus Points) Device tracking
4.
Lab 3 - Identity Pools SDK
4.1.
Create identity pool
4.2.
Create S3 bucket for testing
4.3.
Add S3 call to the fiddle
4.4.
Enrich user token with additional claims
4.5.
Adding fine-grained access control
Clear History
Privacy |
Site Terms |
© 2020 Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon Cognito Workshop >
Lab 3 - Identity Pools SDK
Lab 3 - Identity Pools SDK
Activities in this coding exercise are based on resources create in previous exercises:
2. Setup and Explore
3. User Pools SDK Coding Exercise