Please follow the issue template below. Failure to do so will result in a delay in answering your question.
[email protected] @azure/[email protected]@azure/[email protected]@azure/[email protected]@azure/[email protected]Important: Please fill in your exact version number above, e.g. [email protected].
React
Below is the logs

// Provide configuration values here.
// For Azure B2C issues, please include your policies.
{
forceRefresh: false,
scopes: [ 'User.Read', 'User.Read.All']
}
## Reproduction steps
```js
// Provide relevant code snippets here.
// For Azure B2C issues, please include your policies.
userAgentApplication.loginPopup() with the above parameter.userAgentApplication.acquireTokenSilent() with the above parameter, to check if it gets token successfully.userAgentApplication.acquireTokenSilent() with the above parameter again to check if it gets the cached tokenIt should not send request to STS to get a new token when the previous cached one is not expired.
I noticed this too, @azure/[email protected]
Also noticed here, have had to fall back onto popups. Not really ideal.
Also noticed here, have had to fall back onto popups. Not really ideal.
I've fallbacked to 1.3.4, which works fine...
@kafka-yu closing since this is a known issue in [email protected] that is being addressed in #2376 and should be fixed in the 1.4.2 release. You can track progress in the original issue #2370. Thanks!
@hectormmg thanks