Update appSettings.json to have a comment for org auth cases (#29610)

* adding comment into appSettings.json for org auth scenarios

* fix to escape url
This commit is contained in:
Sayed Ibrahim Hashimi 2021-02-09 21:43:06 -05:00 committed by GitHub
parent 9ab6dbd593
commit 6c22e5a2f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 30 additions and 0 deletions

View File

@ -16,6 +16,11 @@
// "EditProfilePolicyId": "MyEditProfilePolicyId"
// },
////#elseif (OrganizationalAuth)
///*
The following identity settings need to be configured
before the project can be successfully executed.
For more info see https:////aka.ms/dotnet-template-ms-identity-platform
//*/
// "AzureAd": {
// "Instance": "https:////login.microsoftonline.com/",
//#if (MultiOrgAuth)

View File

@ -13,6 +13,11 @@
//}
////#endif
////#if (OrganizationalAuth)
///*
The following identity settings need to be configured
before the project can be successfully executed.
For more info see https:////aka.ms/dotnet-template-ms-identity-platform
//*/
//"AzureAd": {
// "Authority": "https:////login.microsoftonline.com/22222222-2222-2222-2222-222222222222",
// "ClientId": "33333333-3333-3333-33333333333333333",

View File

@ -20,6 +20,11 @@
// "SignUpSignInPolicyId": "MySignUpSignInPolicyId"
// },
////#elseif (OrganizationalAuth)
///*
The following identity settings need to be configured
before the project can be successfully executed.
For more info see https:////aka.ms/dotnet-template-ms-identity-platform
//*/
// "AzureAd": {
// "Instance": "https:////login.microsoftonline.com/",
//#if (!SingleOrgAuth)

View File

@ -16,6 +16,11 @@
// "EditProfilePolicyId": "MyEditProfilePolicyId"
// },
////#elseif (OrganizationalAuth)
///*
The following identity settings need to be configured
before the project can be successfully executed.
For more info see https:////aka.ms/dotnet-template-ms-identity-platform
//*/
// "AzureAd": {
// "Instance": "https:////login.microsoftonline.com/",
//#if (MultiOrgAuth)

View File

@ -16,6 +16,11 @@
// "CallbackPath": "/signin-oidc"
// },
////#elseif (OrganizationalAuth)
///*
The following identity settings need to be configured
before the project can be successfully executed.
For more info see https:////aka.ms/dotnet-template-ms-identity-platform
//*/
// "AzureAd": {
// "Instance": "https:////login.microsoftonline.com/",
//#if (MultiOrgAuth)

View File

@ -12,6 +12,11 @@
// "SignUpSignInPolicyId": "MySignUpSignInPolicyId"
// },
////#elseif (OrganizationalAuth)
///*
The following identity settings need to be configured
before the project can be successfully executed.
For more info see https:////aka.ms/dotnet-template-ms-identity-platform
//*/
// "AzureAd": {
// "Instance": "https:////login.microsoftonline.com/",
//#if (!SingleOrgAuth)