Skip to content

Instantly share code, notes, and snippets.

@codemillmatt
Created August 7, 2020 16:50
Show Gist options
  • Save codemillmatt/08537994a9fedc185685e29dfedf9115 to your computer and use it in GitHub Desktop.
Save codemillmatt/08537994a9fedc185685e29dfedf9115 to your computer and use it in GitHub Desktop.
Web API Settings Default
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"Domain": "qualified.domain.name",
"TenantId": "22222222-2222-2222-2222-222222222222",
"ClientId": "11111111-1111-1111-11111111111111111",
"CallbackPath": "/signin-oidc"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment