Last active
January 21, 2022 06:50
-
-
Save mfcollins3/24a5131a1e84218e00b0e927fbe2d56a to your computer and use it in GitHub Desktop.
Simple Relying Party Policy for Azure AD B2C
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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