Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Created May 1, 2020 18:29
Show Gist options
  • Save manoj-choudhari-git/bcf60cac96cf82131ba3a89df05b30ee to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/bcf60cac96cf82131ba3a89df05b30ee to your computer and use it in GitHub Desktop.
AppSettings.json for MVC Application
{
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"TenantId": "da41245a5-11b3-996c-00a8-4d99re19f292",
"ClientId": "5a886671-26ae-4844-84d8-19cb3e1cfbb5",
"CallbackPath": "/signin-oidc",
"SignedOutCallbackPath ": "/signout-callback-oidc"
},
"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