Skip to content

Instantly share code, notes, and snippets.

@gaufung
Created September 27, 2020 08:01
Show Gist options
  • Save gaufung/e5c5f6077261c5bdd68960b8d656f1f0 to your computer and use it in GitHub Desktop.
Save gaufung/e5c5f6077261c5bdd68960b8d656f1f0 to your computer and use it in GitHub Desktop.
sign-in appsettings.json
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"Domain": "smartianist.onmicrosoft.com",
"ClientId": "f9ce6922-6c9d-4e4d-bf03-9e4b78175826",
"TenantId": "common",
"CallbackPath" : "/signin-oidc"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment