CV0-003 · Question #427
A cloud application development team needs to consider the following requirements to the built in as part of the application's authentication process: - Customers should have the flexibility to use…
The correct answer is A. Certificates B. Single sign-on. Single sign-on eliminates repeated credential prompts across applications, and digital certificates provide portable identity credentials that can authenticate against varied identity stores.
Question
A cloud application development team needs to consider the following requirements to the built in as part of the application's authentication process:
- Customers should have the flexibility to use their own identity
stores within the authentication process.
- Customers should not be asked to provide the credentials repeatedly
for different applications with different permission sets. Which of the following solutions would BEST help the team achieve the above business objectives? (Choose two.)
Options
- ACertificates
- BSingle sign-on
- COne-time passwords
- DFederation
- EMultifactor authentication
- FHardware tokens
How the community answered
(26 responses)- A85% (22)
- C4% (1)
- D4% (1)
- F8% (2)
Why each option
Single sign-on eliminates repeated credential prompts across applications, and digital certificates provide portable identity credentials that can authenticate against varied identity stores.
Digital certificates act as portable, cryptographically verifiable identity credentials that can be validated by multiple relying parties and identity stores without requiring the user to re-enter a password, directly supporting the flexibility-of-identity-store requirement.
Single sign-on allows a user to authenticate once and gain access to multiple applications with different permission sets without being prompted for credentials again, directly satisfying the requirement that customers not be asked for credentials repeatedly.
One-time passwords are a per-session or per-transaction second-factor mechanism and do not reduce the number of authentication prompts a user encounters across different applications.
Federation describes the trust agreement between identity providers and service providers but is a framework, not an end-user authentication mechanism, and does not on its own prevent repeated credential prompts.
Multifactor authentication adds additional verification steps to the login process and increases friction rather than reducing the number of times users are prompted across applications.
Hardware tokens generate time-based or event-based codes for MFA and do not provide cross-application single sign-on or support flexible identity store integration.
Concept tested: SSO and certificate-based cross-application authentication
Source: https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/what-is-single-sign-on
Topics
Community Discussion
No community discussion yet for this question.