Skip to content

Commit 168ecc1

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into patch-173
2 parents f1c1e96 + 91102d7 commit 168ecc1

File tree

68 files changed

+772
-504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+772
-504
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22695,6 +22695,11 @@
2269522695
"source_path": "articles/application-gateway/tutorial-protect-application-gateway.md",
2269622696
"redirect_URL": "/azure/application-gateway/tutorial-protect-application-gateway-ddos",
2269722697
"redirect_document_id": false
22698+
},
22699+
{
22700+
"source_path": "articles/virtual-machines/workloads/sap/index.md",
22701+
"redirect_URL": "/azure/sap/workloads/get-started",
22702+
"redirect_document_id": false
2269822703
}
2269922704
]
2270022705
}

articles/active-directory-b2c/identity-provider-generic-saml.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ The **OutputClaims** element contains a list of claims returned by the SAML iden
139139

140140
In the example above, *Contoso-SAML2* includes the claims returned by a SAML identity provider:
141141

142-
* The **issuerUserId** claim is mapped to the **assertionSubjectName** claim.
142+
* The **assertionSubjectName** claim is mapped to the **issuerUserId** claim.
143143
* The **first_name** claim is mapped to the **givenName** claim.
144144
* The **last_name** claim is mapped to the **surname** claim.
145-
* The **displayName** claim is mapped to the `http://schemas.microsoft.com/identity/claims/displayname` claim.
145+
* The `http://schemas.microsoft.com/identity/claims/displayname` claim is mapped to the **displayName** claim.
146146
* The **email** claim without name mapping.
147147

148148
The technical profile also returns claims that aren't returned by the identity provider:
@@ -237,4 +237,4 @@ If the sign-in process is successful, your browser is redirected to `https://jwt
237237

238238
- [Configure SAML identity provider options with Azure Active Directory B2C](identity-provider-generic-saml-options.md)
239239

240-
::: zone-end
240+
::: zone-end

articles/active-directory/conditional-access/concept-continuous-access-evaluation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ When Conditional Access policy or group membership changes need to be applied to
179179
Modern networks often optimize connectivity and network paths for applications differently. This optimization frequently causes variations of the routing and source IP addresses of connections, as seen by your identity provider and resource providers. You may observe this split path or IP address variation in multiple network topologies, including, but not limited to:
180180

181181
- On-premises and cloud-based proxies.
182-
- Virtual private network (VPN) implementations, like split tunneling.
182+
- Virtual private network (VPN) implementations, like [split tunneling](/microsoft-365/enterprise/microsoft-365-vpn-implement-split-tunnel).
183183
- Software defined wide area network (SD-WAN) deployments.
184184
- Load balanced or redundant network egress network topologies, like those using [SNAT](https://wikipedia.org/wiki/Network_address_translation#SNAT).
185185
- Branch office deployments that allow direct internet connectivity for specific applications.
@@ -189,9 +189,10 @@ Modern networks often optimize connectivity and network paths for applications d
189189
In addition to IP variations, customers also may employ network solutions and services that:
190190

191191
- Use IP addresses that may be shared with other customers. For example, cloud-based proxy services where egress IP addresses are shared between customers.
192-
- Use easily varied or undefinable IP addresses. For example, topologies where there are large, dynamic sets of egress IP addresses used, like large enterprise scenarios or split VPN and local egress network traffic.
192+
- Use easily varied or undefinable IP addresses. For example, topologies where there are large, dynamic sets of egress IP addresses used, like large enterprise scenarios or [split VPN](/microsoft-365/enterprise/microsoft-365-vpn-implement-split-tunnel) and local egress network traffic.
193+
194+
Networks where egress IP addresses may change frequently or are shared may affect Azure AD Conditional Access and Continues Access Evaluation (CAE). This variability can affect how these features work and their recommended configurations. Split Tunneling may also cause unexpected blocks when an environment is configured using [Split Tunneling VPN Best Practices](/microsoft-365/enterprise/microsoft-365-vpn-implement-split-tunnel). Routing [Optimized IPs](/microsoft-365/enterprise/microsoft-365-vpn-implement-split-tunnel#optimize-ip-address-ranges) through a Trusted IP/VPN may be required to prevent blocks related to "insufficient_claims" or "Instant IP Enforcement check failed".
193195

194-
Networks where egress IP addresses may change frequently or are shared may affect Azure AD Conditional Access and Continues Access Evaluation (CAE). This variability can affect how these features work, and their recommended configurations.
195196

196197
The following table summarizes Conditional Access and CAE feature behaviors and recommendations for different types of network deployments:
197198

articles/active-directory/develop/active-directory-optional-claims.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Within the SAML tokens, these claims will be emitted with the following URI form
234234

235235
## Configuring groups optional claims
236236

237-
This section covers the configuration options under optional claims for changing the group attributes used in group claims from the default group objectID to attributes synced from on-premises Windows Active Directory. You can configure groups optional claims for your application through the UI or application manifest.
237+
This section covers the configuration options under optional claims for changing the group attributes used in group claims from the default group objectID to attributes synced from on-premises Windows Active Directory. You can configure groups optional claims for your application through the UI or application manifest. Group optional claims are only emitted in the JWT for **user principals**. **Service principals** _will not_ have group optional claims emitted in the JWT.
238238

239239
> [!IMPORTANT]
240240
> Azure AD limits the number of groups emitted in a token to 150 for SAML assertions and 200 for JWT, including nested groups. For more information on group limits and important caveats for group claims from on-premises attributes, see [Configure group claims for applications with Azure AD](../hybrid/how-to-connect-fed-group-claims.md).
-30.2 KB
Loading
761 Bytes
Loading
-145 KB
Loading
625 Bytes
Loading
-46.1 KB
Loading
8.81 KB
Loading

0 commit comments

Comments
 (0)