Skip to content

Commit 2af12a3

Browse files
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into us194307c
2 parents 6be0547 + 703e22c commit 2af12a3

File tree

403 files changed

+4603
-2861
lines changed

Some content is hidden

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

403 files changed

+4603
-2861
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 316 additions & 316 deletions
Large diffs are not rendered by default.

.whatsnew/.application-management.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.whatsnew/.application-provisioning.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.whatsnew/.application-proxy.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.whatsnew/.cognitive-services.json

Lines changed: 0 additions & 135 deletions
This file was deleted.

.whatsnew/.external-identities-ciam.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.whatsnew/.external-identities.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.whatsnew/.microsoft-identity-platform.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

articles/active-directory-b2c/manage-custom-policies-powershell.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ author: kengaderdus
66
manager: CelesteDG
77

88
ms.service: active-directory
9-
10-
ms.custom: devx-track-azurepowershell, has-azure-ad-ps-ref, azure-ad-ref-level-one-done
9+
ms.custom: has-azure-ad-ps-ref, azure-ad-ref-level-one-done
1110
ms.topic: how-to
1211
ms.date: 01/11/2024
1312
ms.author: kengaderdus
1413
ms.subservice: B2C
15-
16-
1714
#Customer intent: As an Azure AD B2C administrator, I want to manage custom policies using Microsoft Graph PowerShell, so that I can review, update, and delete policies in my Azure AD B2C tenant.
18-
1915
---
2016

2117
# Manage Azure AD B2C custom policies with Microsoft Graph PowerShell

articles/active-directory-b2c/partner-akamai-secure-hybrid-access.md

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -218,45 +218,46 @@ Akamai Enterprise Application Access supports SAML federation with cloud IdPs li
218218
```xml
219219
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
220220
<TrustFrameworkPolicy
221-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
222-
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
223-
xmlns="http://schemas.microsoft.com/online/cpim/schemas/2013/06"
224-
PolicySchemaVersion="0.3.0.0"
225-
TenantId="fabrikam.onmicrosoft.com"
226-
PolicyId="B2C_1A_signup_signin_saml"
227-
PublicPolicyUri="http://fabrikam.onmicrosoft.com/B2C_1A_signup_signin_saml">
228-
<BasePolicy>
229-
<TenantId>fabrikam.onmicrosoft.com</TenantId>
230-
<PolicyId>B2C_1A_TrustFrameworkExtensions</PolicyId>
231-
</BasePolicy>
232-
233-
<UserJourneys>
234-
<UserJourney Id="SignUpOrSignIn">
235-
<OrchestrationSteps>
236-
<OrchestrationStep Order="7" Type="SendClaims" CpimIssuerTechnicalProfileReferenceId="AkamaiSaml2AssertionIssuer"/>
237-
</OrchestrationSteps>
238-
</UserJourney>
239-
</UserJourneys>
240-
<RelyingParty>
241-
<DefaultUserJourney ReferenceId="SignUpOrSignIn" />
242-
<TechnicalProfile Id="PolicyProfile">
243-
<DisplayName>PolicyProfile</DisplayName>
244-
<Protocol Name="SAML2"/>
245-
<OutputClaims>
246-
<OutputClaim ClaimTypeReferenceId="displayName" />
247-
<OutputClaim ClaimTypeReferenceId="givenName" />
248-
<OutputClaim ClaimTypeReferenceId="surname" />
249-
<OutputClaim ClaimTypeReferenceId="email" DefaultValue="" />
250-
<OutputClaim ClaimTypeReferenceId="identityProvider" DefaultValue="" />
251-
<OutputClaim ClaimTypeReferenceId="objectId" PartnerClaimType="objectId"/>
252-
</OutputClaims>
253-
<SubjectNamingInfo ClaimType="objectId" ExcludeAsClaim="true"/>
254-
</TechnicalProfile>
255-
</RelyingParty>
256-
</TrustFrameworkPolicy>
257-
```
258-
>[!NOTE]
259-
>You can follow this same process to implement other types of flows, for example, sign-in, password reset, or profile editing flows.
221+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
222+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
223+
xmlns="http://schemas.microsoft.com/online/cpim/schemas/2013/06"
224+
PolicySchemaVersion="0.3.0.0"
225+
TenantId="fabrikam.onmicrosoft.com"
226+
PolicyId="B2C_1A_signup_signin_saml"
227+
PublicPolicyUri="http://fabrikam.onmicrosoft.com/B2C_1A_signup_signin_saml">
228+
<BasePolicy>
229+
<TenantId>fabrikam.onmicrosoft.com</TenantId>
230+
<PolicyId>B2C_1A_TrustFrameworkExtensions</PolicyId>
231+
</BasePolicy>
232+
233+
<UserJourneys>
234+
<UserJourney Id="SignUpOrSignIn">
235+
<OrchestrationSteps>
236+
<OrchestrationStep Order="7" Type="SendClaims" CpimIssuerTechnicalProfileReferenceId="AkamaiSaml2AssertionIssuer"/>
237+
</OrchestrationSteps>
238+
</UserJourney>
239+
</UserJourneys>
240+
<RelyingParty>
241+
<DefaultUserJourney ReferenceId="SignUpOrSignIn" />
242+
<TechnicalProfile Id="PolicyProfile">
243+
<DisplayName>PolicyProfile</DisplayName>
244+
<Protocol Name="SAML2"/>
245+
<OutputClaims>
246+
<OutputClaim ClaimTypeReferenceId="displayName" />
247+
<OutputClaim ClaimTypeReferenceId="givenName" />
248+
<OutputClaim ClaimTypeReferenceId="surname" />
249+
<OutputClaim ClaimTypeReferenceId="email" DefaultValue="" />
250+
<OutputClaim ClaimTypeReferenceId="identityProvider" DefaultValue="" />
251+
<OutputClaim ClaimTypeReferenceId="objectId" PartnerClaimType="objectId"/>
252+
</OutputClaims>
253+
<SubjectNamingInfo ClaimType="objectId" ExcludeAsClaim="true"/>
254+
</TechnicalProfile>
255+
</RelyingParty>
256+
</TrustFrameworkPolicy>
257+
```
258+
259+
>[!NOTE]
260+
>You can follow this same process to implement other types of flows, for example, sign-in, password reset, or profile editing flows.
260261
261262
### Step 4 - Upload your policy
262263

0 commit comments

Comments
 (0)