Skip to content

Commit a655de8

Browse files
authored
Merge pull request #50346 from MohitGargMSFT/patch-41
(ForumsTeam) Fixes MicrosoftDocs/azure-docs#14144
2 parents b689254 + bb4c574 commit a655de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/b2clogin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ ms.component: B2C
2121
2222
You now have the option to use the Azure AD B2C service with `<YourTenantName>.b2clogin.com` instead of using `login.microsoftonline.com`. This has many benefits:
2323
* You no longer share the same cookie header size limit with the other Microsoft products.
24-
* You can remove all references to Microsoft in your URL (you can replace `<YourTenantName>.onmicrosoft.com` with your tenant ID). For example: `https://<tenantname>.b2clogin.com/tfp/<tenantname>/<policyname>/v2.0/.well-known/openid-configuration`.
24+
* You can remove all references to Microsoft in your URL (you can replace `<YourTenantName>.onmicrosoft.com` with your tenant ID). For example: `https://<tenantname>.b2clogin.com/tfp/<tenantID>/<policyname>/v2.0/.well-known/openid-configuration`.
2525

2626
In order to take advantage of b2clogin.com, you need to set some of the following:
2727

2828
1. For your **Run now endpoint** make sure you are using `<YourTenantName>.b2clogin.com` instead of using `login.microsoftonline.com`.
29-
2. If you are using MSAL, you need to set `validateauthority=false`. This is because the token issuer becomes`<YourTenantName>.b2clogin.com`.
29+
2. If you are using MSAL, you need to set `validateauthority=false`. This is because the token issuer becomes`<YourTenantName>.b2clogin.com`.

0 commit comments

Comments
 (0)