Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

Commit 74b4fe9

Browse files
committed
Switching to new AAD endpoint
1 parent 872655e commit 74b4fe9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

TodoListService/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AzureAd": {
3-
"AadInstance": "https://login.windows.net/{0}",
3+
"AadInstance": "https://login.microsoftonline.com/{0}",
44
"Tenant": "[Enter tenant name, e.g. contoso.onmicrosoft.com]",
55
"Audience": "[Enter App ID URI of TodoListService, e.g. https://contoso.onmicrosoft.com/TodoListService]"
66
}

TodoListWebApp/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"AzureAd": {
3-
"ClientId": "[Enter client ID as obtained from Azure Portal, e.g. 82692da5-a86f-44c9-9d53-2f88d52b478b]",
4-
"AppKey": "[Enter app key as obtained from Azure Portal, e.g. dYfh0H8iRU7FIBnPcYIil/Af6SSAwkxVhB0mA8DbzdQ=]",
5-
"Tenant": "[Enter tenant name, e.g. contoso.onmicrosoft.com]",
6-
"AadInstance": "https://login.windows.net/{0}", // This is the public instance of Azure AD
3+
"ClientId": "b075ddef-0efa-453b-997b-de1337c29185",
4+
"AppKey": "mRHRAVTPKIqzj0A7JDzJ+hGZY3zTDS2olMzV4+j2vhk=",
5+
"Tenant": "strockisdev.onmicrosoft.com",
6+
"AadInstance": "https://login.microsoftonline.com/{0}", // This is the public instance of Azure AD
77
"PostLogoutRedirectUri": "https://localhost:44322/",
88
"TodoListResourceId": "[Enter App ID URI of TodoListService, e.g. https://contoso.onmicrosoft.com/TodoListService]",
99
"TodoListBaseAddress": "https://localhost:44321",

0 commit comments

Comments
 (0)