
Answer-first summary for fast verification
Answer: Cognito User Pools
After successful authentication, Amazon Cognito returns user pool tokens to your app. You can use the tokens to grant your users access to your own server-side resources, or to the Amazon API Gateway. Amazon Cognito user pools implement ID, access, and refresh tokens as defined by the OpenID Connect (OIDC) open standard. The ID token is a JSON Web Token (JWT) that contains claims about the identity of the authenticated user such as name, email, and phone_number. You can use this identity information inside your application. The ID token can also be used to authenticate users against your resource servers or server applications.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a developer working on a web application written in .NET utilizing the AWS SDK, you are required to implement an authentication mechanism that issues a JWT (JSON Web Token) for secure communication between the client and server.
Which AWS service would assist you in managing and handling these tokens effectively?
A
Cognito User Pools
B
API Gateway
C
Cognito Sync
D
Cognito Identity Pools
No comments yet.