Skip to content

Commit

Permalink
Multitenant Logins
Browse files Browse the repository at this point in the history
  • Loading branch information
pinual committed Sep 28, 2022
1 parent 5b58878 commit 42d8ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"AllowedHosts": "*",
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"TenantId": "d026dc42-06e6-4f3d-af70-f201380be1c3",
"TenantId": "common",
"ClientId": "c0151056-7b84-4e4c-853a-728f7dae27b4",
"CallbackPath": "/signin-oidc",
"SignedOutCallbackPath": "/signout-callback-oidc",
Expand Down

0 comments on commit 42d8ec4

Please sign in to comment.