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"
|
// "EditProfilePolicyId": "MyEditProfilePolicyId"
|
||||||
// },
|
// },
|
||||||
////#elseif (OrganizationalAuth)
|
////#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": {
|
// "AzureAd": {
|
||||||
// "Instance": "https:////login.microsoftonline.com/",
|
// "Instance": "https:////login.microsoftonline.com/",
|
||||||
//#if (MultiOrgAuth)
|
//#if (MultiOrgAuth)
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,11 @@
|
||||||
//}
|
//}
|
||||||
////#endif
|
////#endif
|
||||||
////#if (OrganizationalAuth)
|
////#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": {
|
//"AzureAd": {
|
||||||
// "Authority": "https:////login.microsoftonline.com/22222222-2222-2222-2222-222222222222",
|
// "Authority": "https:////login.microsoftonline.com/22222222-2222-2222-2222-222222222222",
|
||||||
// "ClientId": "33333333-3333-3333-33333333333333333",
|
// "ClientId": "33333333-3333-3333-33333333333333333",
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,11 @@
|
||||||
// "SignUpSignInPolicyId": "MySignUpSignInPolicyId"
|
// "SignUpSignInPolicyId": "MySignUpSignInPolicyId"
|
||||||
// },
|
// },
|
||||||
////#elseif (OrganizationalAuth)
|
////#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": {
|
// "AzureAd": {
|
||||||
// "Instance": "https:////login.microsoftonline.com/",
|
// "Instance": "https:////login.microsoftonline.com/",
|
||||||
//#if (!SingleOrgAuth)
|
//#if (!SingleOrgAuth)
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,11 @@
|
||||||
// "EditProfilePolicyId": "MyEditProfilePolicyId"
|
// "EditProfilePolicyId": "MyEditProfilePolicyId"
|
||||||
// },
|
// },
|
||||||
////#elseif (OrganizationalAuth)
|
////#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": {
|
// "AzureAd": {
|
||||||
// "Instance": "https:////login.microsoftonline.com/",
|
// "Instance": "https:////login.microsoftonline.com/",
|
||||||
//#if (MultiOrgAuth)
|
//#if (MultiOrgAuth)
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,11 @@
|
||||||
// "CallbackPath": "/signin-oidc"
|
// "CallbackPath": "/signin-oidc"
|
||||||
// },
|
// },
|
||||||
////#elseif (OrganizationalAuth)
|
////#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": {
|
// "AzureAd": {
|
||||||
// "Instance": "https:////login.microsoftonline.com/",
|
// "Instance": "https:////login.microsoftonline.com/",
|
||||||
//#if (MultiOrgAuth)
|
//#if (MultiOrgAuth)
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,11 @@
|
||||||
// "SignUpSignInPolicyId": "MySignUpSignInPolicyId"
|
// "SignUpSignInPolicyId": "MySignUpSignInPolicyId"
|
||||||
// },
|
// },
|
||||||
////#elseif (OrganizationalAuth)
|
////#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": {
|
// "AzureAd": {
|
||||||
// "Instance": "https:////login.microsoftonline.com/",
|
// "Instance": "https:////login.microsoftonline.com/",
|
||||||
//#if (!SingleOrgAuth)
|
//#if (!SingleOrgAuth)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue