ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

73 / 310

Question 73:

Your application backend services are hosted on AWS and provide several REST API methods managed via AWS API Gateway. You’ve decided to start using AWS Cognito for your application’s user management.What combination of steps is required to properly authorize a call to one of the REST API methods using an access token (Select TWO)?

Answer options:

A.Create a COGNITO_USER_POOLS authorizer.
B.Create a COGNITO_IDENTITY_POOLS authorizer.
C.Add the $context.authorizer.claims.email expression in the Integration Request of the API to pass the email identity claim to the backend.
D.Configure a single-space separated list of OAuth Scopes on the API method.