ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

65 / 465

Question 65:

A company has employees who need to run internal applications that access the company`s AWS resources. These employees already have user credentials in the company`s current identity authentication system, based on their roles, supported by SAML2.0. How should the SSO setup be designed?

Answer options:

A.Create an IAM user to share based on employee roles in the company.
B.Create a custom identity broker application that authenticates the employees using the existing system, uses the GetFederationToken API call and passes a permission policy to gain temporary access credentials from STS.
C.Create a custom identity broker application that authenticates employees using the existing system and uses the AssumeRole API call to gain temporary, role-based access to AWS.
D.Configure an AD server that synchronizes from the company`s current Identity Provider and configures SAML based Single-Sign-On which will then use the DecodeAuthorizationMessage API call to generate credentials for the employees.