Created
January 21, 2022 15:18
-
-
Save mfcollins3/6182c699842cbb2c1dc03090802a1400 to your computer and use it in GitHub Desktop.
Starter skeleton for the B2C log in custom policy
This file contains 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_LogIn" | |
PublicPolicyUri="http://projectcenterdev.onmicrosoft.com/B2C_1A_LogIn" | |
DeploymentMode="Development" | |
UserJourneyRecorderEndpoint="urn:journeyrecorder:applicationinsights"> | |
<BasePolicy> | |
<TenantId>projectcenterdev.onmicrosoft.com</TenantId> | |
<PolicyId>B2C_1A_Base</PolicyId> | |
</BasePolicy> | |
</TrustFrameworkPolicy> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment