acquire_token_silent alwayes return None although token_cache is enabled #614
Replies: 1 comment 3 replies
-
found the issue that starting from msal 1.23 account=None input to acquire_token_silent is considered No-OP and alwayes returns NULL |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use persistent cache using the local storage by initializing token_cache but acquire_token_silent alwayes return None although the binary for the cache exist locally.
Here is my code:
any idea what Im missing ?
Beta Was this translation helpful? Give feedback.
All reactions