Skip to content

Commit f8db5f7

Browse files
bugfix
1 parent 1ea99f4 commit f8db5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-net-b2c-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ MSAL.NET supports a [token cache](/dotnet/api/microsoft.identity.client.tokencac
159159

160160
Currently, MSAL.NET needs two claims to build a token cache key:
161161

162-
- `tid` (the Azure AD tenant ID)
162+
- `tid` (the tenant ID)
163163
- `preferred_username`
164164

165165
Both of these claims may be missing in Azure AD B2C scenarios because not all social identity providers (Facebook, Google, and others) return them in the tokens they return to Azure AD B2C.

0 commit comments

Comments
 (0)