You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom controls are a capability of the Azure Active Directory Premium P1 edition. When using custom controls, your users are redirected to a compatible service to satisfy further requirements outside of Azure Active Directory. To satisfy this control, a user’s browser is redirected to the external service, performs any required authentication or validation activities, and is then redirected back to Azure Active Directory. Azure Active Directory verifies the response and, if the user was successfully authenticated or validated, the user continues in the Conditional Access flow.
20
+
Custom controls are a capability of the Azure Active Directory Premium P1 edition. When using custom controls, your users are redirected to a compatible service to satisfy further requirements outside of Azure Active Directory. To satisfy this control, a user's browser is redirected to the external service, performs any required authentication or validation activities, and is then redirected back to Azure Active Directory. Azure Active Directory verifies the response and, if the user was successfully authenticated or validated, the user continues in the Conditional Access flow.
21
21
22
22
These controls allow the use of certain external or custom services as Conditional Access controls, and generally extend the capabilities of Conditional Access.
23
23
@@ -42,7 +42,7 @@ To create a custom control, you should first contact the provider that you wish
42
42
43
43
Custom controls cannot be used with Identity Protection's automation requiring multi-factor authentication or to elevate roles in Privileged Identity Manager (PIM).
44
44
45
-
Copy the JSON data and then paste it into the related textbox. Do not make any changes to the JSON unless you explicitly understand the change you’re making. Making any change could break the connection between the provider and Microsoft and potentially lock you and your users out of your accounts.
45
+
Copy the JSON data and then paste it into the related textbox. Do not make any changes to the JSON unless you explicitly understand the change you're making. Making any change could break the connection between the provider and Microsoft and potentially lock you and your users out of your accounts.
46
46
47
47
The option to create a custom control is in the **Manage** section of the **Conditional Access** page.
48
48
@@ -54,7 +54,7 @@ Clicking **New custom control**, opens a blade with a textbox for the JSON data
54
54
55
55
## Deleting custom controls
56
56
57
-
To delete a custom control, you must first ensure that it isn’t being used in any Conditional Access policy. Once complete:
57
+
To delete a custom control, you must first ensure that it isn't being used in any Conditional Access policy. Once complete:
58
58
59
59
1. Go to the Custom controls list
60
60
1. Click …
@@ -64,22 +64,10 @@ To delete a custom control, you must first ensure that it isn’t being used in
64
64
65
65
To edit a custom control, you must delete the current control and create a new control with the updated information.
66
66
67
-
## Session controls
68
-
69
-
Session controls enable limited experience within a cloud app. The session controls are enforced by cloud apps and rely on additional information provided by Azure AD to the app about the session.
70
-
71
-

72
-
73
-
### Use app enforced restrictions
74
-
75
-
You can use this control to require Azure AD to pass device information to the selected cloud apps. The device information enables the cloud apps to know whether a connection is initiated from a compliant or domain-joined device. This control only supports SharePoint Online and Exchange Online as selected cloud apps. When selected, the cloud app uses the device information to provide users, depending on the device state, with a limited or full experience.
76
-
77
-
To learn more, see:
67
+
## Next steps
78
68
79
-
-[Enabling limited access with SharePoint Online](https://aka.ms/spolimitedaccessdocs)
80
-
-[Enabling limited access with Exchange Online](https://aka.ms/owalimitedaccess)
69
+
-[Conditional Access common policies](concept-conditional-access-policy-common.md)
- If you want to know how to configure a Conditional Access policy, see [Require MFA for specific apps with Azure Active Directory Conditional Access](app-based-mfa.md).
85
-
- If you are ready to configure Conditional Access policies for your environment, see the [best practices for Conditional Access in Azure Active Directory](best-practices.md).
73
+
-[Simulate sign in behavior using the Conditional Access What If tool](troubleshoot-conditional-access-what-if.md)
0 commit comments