Skip to content

Commit fd50385

Browse files
4gustbgavrilMS
andauthored
Update msal/token_cache.py
Co-authored-by: Bogdan Gavril <bogavril@microsoft.com>
1 parent a6d3be3 commit fd50385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/token_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# body parameters going on the wire and must differentiate cached tokens.
2020
#
2121
# Excluded fields and reasons:
22-
# - "client_id" : Standard OAuth2 client identifier, same for every request
22+
# - "client_id" : Standard OAuth2 client identifier, already included in cache key
2323
# - "grant_type" : Standard OAuth2 grant type (e.g. jwt-bearer, refresh_token)
2424
# - "scope" : Already represented as "target" in the AT cache key
2525
# - "claims" : Handled separately; its presence forces a token refresh

0 commit comments

Comments
 (0)