This repository was archived by the owner on Jan 23, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"AzureAd" : {
3
- "AadInstance" : " https://login.windows.net /{0}" ,
3
+ "AadInstance" : " https://login.microsoftonline.com /{0}" ,
4
4
"Tenant" : " [Enter tenant name, e.g. contoso.onmicrosoft.com]" ,
5
5
"Audience" : " [Enter App ID URI of TodoListService, e.g. https://contoso.onmicrosoft.com/TodoListService]"
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"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
7
7
"PostLogoutRedirectUri" : " https://localhost:44322/" ,
8
8
"TodoListResourceId" : " [Enter App ID URI of TodoListService, e.g. https://contoso.onmicrosoft.com/TodoListService]" ,
9
9
"TodoListBaseAddress" : " https://localhost:44321" ,
You can’t perform that action at this time.
0 commit comments