You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/b2clogin.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ ms.component: B2C
21
21
22
22
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:
23
23
* 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`.
25
25
26
26
In order to take advantage of b2clogin.com, you need to set some of the following:
27
27
28
28
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