Skip to content

Commit a2487c5

Browse files
author
AmanpreetSingh-MSFT
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#45756
Explained <instance> and <tenant> parameters with examples in line 116. ------- cc: @TylerMSFT
1 parent e8c883f commit a2487c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-js-initializing-client-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Below is the total set of configurable options that are supported currently in t
113113
* `https://login.microsoftonline.com/common`- Used to sign in users with work and school accounts or a Microsoft personal account.
114114
* `https://login.microsoftonline.com/organizations/`- Used to sign in users with work and school accounts.
115115
* `https://login.microsoftonline.com/consumers/` - Used to sign in users with only personal Microsoft account (live).
116-
* In Azure AD B2C, it is of the form `https://<instance>/tfp/<tenant>/<policyName>/`, where instance is the Azure AD B2C domain, tenant is the name of the Azure AD B2C tenant, policyName is the name of the B2C policy to apply.
116+
* In Azure AD B2C, it is of the form `https://<instance>/tfp/<tenant>/<policyName>/`, where instance is the Azure AD B2C domain i.e. {your-tenant-name}.b2clogin.com, tenant is the name of the Azure AD B2C tenant i.e. {your-tenant-name}.onmicrosoft.com, policyName is the name of the B2C policy to apply.
117117

118118

119119
- **validateAuthority**: Optional. Validate the issuer of tokens. Default is `true`. For B2C applications, since the authority value is known and can be different per policy, the authority validation will not work and has to be set to `false`.

0 commit comments

Comments
 (0)