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:
parent
9ab6dbd593
commit
6c22e5a2f4
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue