SC-300 · Question #87
Hotspot Question Your company has a Microsoft 365 tenant. All users have computers that run Windows 10 and are joined to the Azure Active Directory (Azure AD) tenant. The company subscribes to a third
The correct answer is Ensure that the users can connect to Service1 without being prompted for authentication.: An enterprise application in Azure AD; Ensure that the users can access Service1 only from the Azure AD-joined computers.: A conditional access policy. This question tests knowledge of Azure AD SSO configuration and Conditional Access policies to enable seamless authentication to a third-party OAuth-based SaaS application while restricting access to Azure AD-joined devices only.
Question
Answer Area
- Ensure that the users can connect to Service1 without being prompted for authentication.An enterprise application in Azure ADAn app registration in Azure ADAzure AD Application ProxyAn enterprise application in Azure ADA managed identity in Azure AD
- Ensure that the users can access Service1 only from the Azure AD-joined computers.A conditional access policyAzure AD Application ProxyA compliance policyA conditional access policyAn OAuth policy
Explanation
This question tests knowledge of Azure AD SSO configuration and Conditional Access policies to enable seamless authentication to a third-party OAuth-based SaaS application while restricting access to Azure AD-joined devices only.
Approach. For enabling SSO without authentication prompts, you should configure Federated Single Sign-On (SSO) using OAuth/OIDC in Azure AD Enterprise Applications for Service1, since it supports Azure AD authentication and is already in the gallery - this minimizes administrative effort. For restricting access to only Azure AD-joined computers, you should create a Conditional Access policy that requires the device to be 'Azure AD joined' (compliant or hybrid joined device filter), specifically using the 'Require device to be marked as compliant' or 'Require Azure AD joined device' grant control. This combination ensures seamless SSO via federated authentication and enforces device-based access control without additional infrastructure.
Concept tested. Azure AD Enterprise Application SSO configuration (OAuth/OIDC federated SSO for gallery apps) and Azure AD Conditional Access policies with device compliance/join state requirements to restrict access to Azure AD-joined computers while minimizing administrative overhead.
Reference. https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/add-application-portal-setup-sso and https://learn.microsoft.com/en-us/azure/active-directory/conditional-access/concept-conditional-access-grant
Topics
Community Discussion
No community discussion yet for this question.