Skip to content

Instantly share code, notes, and snippets.

@codemillmatt
Created August 6, 2020 16:35
Show Gist options
  • Save codemillmatt/909f263e092617737b0cea8808d56e83 to your computer and use it in GitHub Desktop.
Save codemillmatt/909f263e092617737b0cea8808d56e83 to your computer and use it in GitHub Desktop.
Microsoft.Identity.Web App Settings
"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