Created
January 21, 2022 05:34
-
-
Save mfcollins3/82da371ff88dc01a267dad4dd50f20e1 to your computer and use it in GitHub Desktop.
api.localaccountsignup content definition for 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
<BuildingBlocks> | |
<ContentDefinitions> | |
<ContentDefinition Id="api.localaccountsignup"> | |
<LoadUri>~/tenant/templates/AzureBlue/selfAsserted.cshtml</LoadUri> | |
<RecoveryUri>~/common/default/default_page_error.html</RecoveryUri> | |
<DataUri>urn:com:microsoft:aad:b2c:elements:contract:selfasserted:2.1.7</DataUri> | |
<Metadata> | |
<Item Key="DisplayName">Sign Up</Item> | |
</Metadata> | |
</ContentDefinition> | |
</ContentDefinitions> | |
</BuildingBlocks> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment