We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11725f5 commit bed51b2Copy full SHA for bed51b2
lib/msal-common/src/error/ClientConfigurationError.ts
@@ -83,7 +83,7 @@ export const ClientConfigurationErrorMessage = {
83
},
84
invalidAzureCloudInstance: {
85
code: "invalid_azure_cloud_instance",
86
- desc: "Invalid AzureCloudInstance provided. Please refer MSAL JS docs for valid values"
+ desc: "Invalid AzureCloudInstance provided. Please refer MSAL JS docs: aks.ms/msaljs/azure_cloud_instance for valid values"
87
88
missingSshJwk: {
89
code: "missing_ssh_jwk",
0 commit comments