Created
January 16, 2022 04:40
-
-
Save mfcollins3/3321bc3305991c6b81175be149dbf21e to your computer and use it in GitHub Desktop.
api.localaccountsignup
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
<ContentDefinition Id="api.localaccountsignup"> | |
<LoadUri>~/tenant/templates/AzureBlue/selfAsserted.cshtml</LoadUri> | |
<RecoveryUri>~/common/default_page_error.html</RecoveryUri> | |
<DataUri>urn:com:microsoft:aad:b2c:elements:contract:selfasserted:2.1.7</DataUri> | |
<Metadata> | |
<Item Key="DisplayName">Local account sign up page</Item> | |
</Metadata> | |
</ContentDefinition> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment