5 posts tagged with "video"

View All Tags

AWS Cognito Tutorial For Beginners - How to implement Cognito Authentication flow using Java SDK

This tutorial will show you how to implement the authentication flow of AWS Cognito using Java SDK.

We are going to learn how to make an integration with Amazon Cognito using the Amazon Web Services software development kit (AWS SDK) for Java by providing some code samples and documentation. We are going to leverage AWS to integrate authentication and authorization into a Java web application, in addition to using groups in Amazon Cognito user and identity pools to obtain temporary identity and access management (IAM) credentials in the application.

Getting Started with Amazon Cognito

This tech talk will start by showing how you get going with Cognito, adding it to your application through frameworks like AWS Amplify. We'll then follow up with showing how Amazon Cognito integrates with the broader set of AWS services including Amazon API Gateway, AWS Application Load Balancer, AWS Security Token Service and others to provide you with a complete authentication and authorization solution for your application.

Learning Objectives:

  • Learn how to initially configure Cognito and add it to an application
  • See how Cognito normalizes native and federated identities
  • Discover how Cognito integrates easily with adjacent AWS services