Skip to content

Instantly share code, notes, and snippets.

@christiannagel
Created July 12, 2018 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiannagel/7f5d9dde2ab11a59890951370d6f6b71 to your computer and use it in GitHub Desktop.
Save christiannagel/7f5d9dde2ab11a59890951370d6f6b71 to your computer and use it in GitHub Desktop.
JSON configuration file for Azure AD B2C
{
"AzureAdB2C": {
"Instance": "https://login.microsoftonline.com/tfp/",
"ClientId": "cc2a6f7d-cabc-4fd8-bbf5-54d1f7497c52",
"CallbackPath": "/signin-oidc",
"Domain": "restaurantsample.onmicrosoft.com",
"SignUpSignInPolicyId": "B2C_1_restaurantsample_susi",
"ResetPasswordPolicyId": "B2C_1_restaurantsample_reset",
"EditProfilePolicyId": "B2C_1_restaurantsample_profile"
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment