Skip to content

Instantly share code, notes, and snippets.

@mfcollins3
Last active January 21, 2022 06:50
Show Gist options
  • Save mfcollins3/24a5131a1e84218e00b0e927fbe2d56a to your computer and use it in GitHub Desktop.
Save mfcollins3/24a5131a1e84218e00b0e927fbe2d56a to your computer and use it in GitHub Desktop.
Simple Relying Party Policy for Azure AD B2C
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TrustFrameworkPolicy
xmlns="http://schemas.microsoft.com/online/cpim/schemas/2013/06"
PolicySchemaVersion="0.3.0.0"
TenantId="projectcenterdev.onmicrosoft.com"
PolicyId="B2C_1A_SignUp"
PublicPolicyUri="http://projectcenterdev.onmicrosoft.com/B2C_1A_SignUp"
DeploymentMode="Development"
UserJourneyRecorderEndpoint="urn:journeyrecorder:applicationinsights">
</TrustFrameworkPolicy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment