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
Copy file name to clipboardExpand all lines: api-reference/includes/identity-network-access-overview.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ For more information, see [Overview of Microsoft Entra ID Governance using Micro
109
109
110
110
## Microsoft Entra External ID in external tenants
111
111
112
-
The following API use cases are supported to customize how users interact with your customer-facing applications. For administrators, most of the features available in Microsoft Entra ID and also supported for Microsoft Entra External ID in external tenants. For example, domain management, application management, and conditional access.
112
+
The following API use cases are supported to customize how users interact with your customer-facing applications. For administrators, most of the features available in Microsoft Entra ID and also supported for Microsoft Entra External ID in external tenants. For example, domain management, application management, and conditional access. For more information about all features supported in External ID, see [Supported features in workforce and external tenants](/entra/external-id/customers/concept-supported-features-customers).
113
113
114
114
> [!div class="mx-tableFixed"]
115
115
> | Use cases | API operations |
@@ -121,6 +121,7 @@ The following API use cases are supported to customize how users interact with y
121
121
> | Manage identity providers for Microsoft Entra External ID, such as social identities |[identityProviderBase](/graph/api/resources/identityproviderbase) and its associated APIs |
122
122
> | Sign in with an alias or username :::image type="content" source="/graph/images/preview-label.png" alt-text="Available on beta only.":::|[signInIdentifierBase](/graph/api/resources/signinidentifierbase) and its associated APIs |
123
123
> | Manage user profiles in Microsoft Entra External ID for customers | For more information, see [Default user permissions in customer tenants](/graph/api/resources/users#default-user-permissions-in-customer-tenants)|
124
+
> | Manage Microsoft Entra Conditional Access policies, such as including all users, or excluding specific users and groups <br/> Targeting resources and authentication context <br/> Applying conditions such as device platforms and network locations such as countries, IP addresses, and compliant networks <br/>Session controls (Sign-in frequency and Persistent browser session) | The following resources and their associated APIs: <ul><li>[conditionalAccessPolicy](/graph/api/resources/conditionalaccesspolicy) <li> [authenticationContextClassReference](/graph/api/resources/authenticationcontextclassreference) <li>[namedLocation](/graph/api/resources/namedlocation)|
124
125
> | Add your own business logic to the authentication experiences by integrating with systems that are external to Microsoft Entra ID|[authenticationEventListener](/graph/api/resources/authenticationeventlistener) and [customAuthenticationExtension](/graph/api/resources/customauthenticationextension) and their associated APIs |
125
126
> | Integrate with fraud protection providers to prevent fake account sign-ups and bot attacks during the user sign-up process. Supported providers include Arkose Labs and HUMAN Security |[fraudProtectionProvider](/graph/api/resources/fraudprotectionprovider) and [onFraudProtectionLoadStartListener](/graph/api/resources/onfraudprotectionloadstartlistener) and their associated APIs |
126
127
> | Integrate with Web Application Firewall providers such as Akamai and Cloudflare |[webApplicationFirewallProvider](/graph/api/resources/webapplicationfirewallprovider) and its associated APIs |
Copy file name to clipboardExpand all lines: api-reference/v1.0/api/externalauthenticationmethodconfiguration-get.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
14
14
15
15
Read the properties and relationships of an [externalAuthenticationMethodConfiguration](../resources/externalauthenticationmethodconfiguration.md) object.
#Customer intent: As a developer, I want to learn more about the permissions available in Microsoft Graph, so that I understand the impact of granting specific permissions to my app.
0 commit comments