Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Created May 23, 2020 08:25
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/0c3aacd6379179340515bcdd1699ddfb to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/0c3aacd6379179340515bcdd1699ddfb to your computer and use it in GitHub Desktop.
AppSettings.json for caller API to enable it to call the other API
{
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"TenantId": "da41245a5-11b3-996c-00a8-4d99re19f292",
"ClientId": "262f3e7b-20cb-42cb-8a23-2d6c8003ee3a",
"ClientSecret": "P7.BVieTYOwE4vvert_qqt33uqm7R~ia_V9"
},
"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