
Answer-first summary for fast verification
Answer: Use Azure AD B2C to create a custom user flow that meets the business process requirements.
Option B is the correct answer. Using Azure AD B2C to create a custom user flow allows for the implementation of a custom authentication flow that is secure and integrates with existing Azure AD features. This approach provides a flexible and scalable solution without requiring modifications to the Azure AD sign-in page or the use of third-party identity providers. Creating a custom application using the Microsoft Graph API or modifying the sign-in page can be complex and may not provide the same level of integration and security as using Azure AD B2C.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your organization has a requirement to implement a custom authentication flow in Azure AD to support a specific business process. You need to ensure that the custom authentication flow is secure and integrates with existing Azure AD features. What approach should you take to achieve this?
A
Create a custom application using the Microsoft Graph API to implement the custom authentication flow.
B
Use Azure AD B2C to create a custom user flow that meets the business process requirements.
C
Modify the Azure AD sign-in page to implement the custom authentication flow.
D
Disable Azure AD authentication and implement a custom authentication solution using a third-party identity provider.