Skip to content

Instantly share code, notes, and snippets.

@mfcollins3
Created January 21, 2022 05:34
Show Gist options
  • Save mfcollins3/82da371ff88dc01a267dad4dd50f20e1 to your computer and use it in GitHub Desktop.
Save mfcollins3/82da371ff88dc01a267dad4dd50f20e1 to your computer and use it in GitHub Desktop.
api.localaccountsignup content definition for B2C
<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