Created
August 7, 2020 16:50
-
-
Save codemillmatt/08537994a9fedc185685e29dfedf9115 to your computer and use it in GitHub Desktop.
Web API Settings Default
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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