Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Created May 16, 2020 23:30
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 manoj-choudhari-git/9c3efb73175b24da5fa881b94da31d86 to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/9c3efb73175b24da5fa881b94da31d86 to your computer and use it in GitHub Desktop.
appsettings.json for MFA Protected API
{
"AzureAdB2C": {
"Instance": "https://samplead.b2clogin.com/tfp/",
"ClientId": "33ea9cee-4b1e-42ce-a9db-33d06447759b",
"Domain": "samplead.onmicrosoft.com",
"SignUpSignInPolicyId": "B2C_1_SignUpSignInMFA "
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment