We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d3be3 commit fd50385Copy full SHA for fd50385
msal/token_cache.py
@@ -19,7 +19,7 @@
19
# body parameters going on the wire and must differentiate cached tokens.
20
#
21
# Excluded fields and reasons:
22
-# - "client_id" : Standard OAuth2 client identifier, same for every request
+# - "client_id" : Standard OAuth2 client identifier, already included in cache key
23
# - "grant_type" : Standard OAuth2 grant type (e.g. jwt-bearer, refresh_token)
24
# - "scope" : Already represented as "target" in the AT cache key
25
# - "claims" : Handled separately; its presence forces a token refresh
0 commit comments