95.6k views
4 votes
You develop and deploy an Azure App Service web app. The web app accesses Azure SQL Database data that is secured with a Microsoft Enterprise ID Conditional Access policy. The applied policy controls access based on the network location of the user. You need to update the web app code to respond to conditional access challenges. What should you use?

A. Azure Key Vault

B. Azure AD Authentication Library (ADAL)

C. Managed Identity for Azure Resources

D. Azure Active Directory (AAD) Conditional Access SDK

1 Answer

6 votes

Final answer:

To handle conditional access challenges in an Azure App Service web app, the Azure AD Authentication Library (ADAL) should be used to manage authentication and authorization with Azure AD.

Step-by-step explanation:

To update the Azure App Service web app code to respond to conditional access challenges when accessing Azure SQL Database data that is secured with a Microsoft Enterprise ID Conditional Access policy, you should use the Azure AD Authentication Library (ADAL). ADAL can handle the authentication process and acquire tokens from Azure AD, including responding to any conditional access challenges that may be presented as a result of the applied policy. It's important for the web app to handle these challenges to ensure it can successfully authenticate and authorize against protected resources that have conditional access policies applied.

User Think Different
by
7.7k points