acquireTokenSilent : ERROR InteractionRequiredAuthError: no_tokens_found: No refresh token found in the cache. Please sign-in #7252
Labels
bug-unconfirmed
A reported bug that needs to be investigated and confirmed
msal-angular
Related to @azure/msal-angular package
msal-browser
Related to msal-browser package
public-client
Issues regarding PublicClientApplications
question
Customer is asking for a clarification, use case or information.
Core Library
MSAL.js (@azure/msal-browser)
Core Library Version
3.0.4
Wrapper Library
MSAL Angular (@azure/msal-angular)
Wrapper Library Version
3.1.0
Public or Confidential Client?
Public
Description
We are calling
acquireTokenSilent
to get a new token without affecting the user experience , but this throw an error whenever we call the it.(we tried calling this 20 seconds after the login success)
since this error we have to force call the
acquireTokenRedirect
to get the token, which affect user experience because webpage is refresh when this happensError Message
ERROR InteractionRequiredAuthError: no_tokens_found: No refresh token found in the cache. Please sign-in.
MSAL Logs
No response
Network Trace (Preferrably Fiddler)
MSAL Configuration
Relevant Code Snippets
Reproduction Steps
Expected Behavior
we should be able to get a new token.
Identity Provider
Azure B2C Custom Policy
Browsers Affected (Select all that apply)
Chrome, Firefox, Edge, Safari, Other
Regression
No response
Source
External (Customer)
The text was updated successfully, but these errors were encountered: