question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to acquireTokenSilent

See original GitHub issue

I am getting the error AADSTS70000: Transmission data parser failure: Refresh Token is malformed or invalid with version 0.2.1. In Version 0.1.3 everything was working fine.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
shoatmancommented, Nov 16, 2018

Thanks. We’ll take a look today and provide an update.

0reactions
iambmeltcommented, Nov 20, 2018

@MoBo I am unable to get a repro of the issue that you reported using the other method overload. Any additional information you can provide?

In the meantime, I’ll close this issue. We can reopen if more information comes about.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to acquire token silently or via redirect using msal ...
acquireTokenSilent (silentRequest);. Looks like I was passing my scopes in the wrong format (i.e. supposed to pass an array and it wasn't ...
Read more >
Handle errors and exceptions in MSAL.NET - Microsoft Entra
Most of the time when AcquireTokenSilent fails, it is because the token cache doesn't have tokens matching your request.
Read more >
Microsoft Authentication Library for JavaScript (MSAL.js)
If the acquireTokenSilent call fails with an error of type InteractionRequiredAuthError you will need to initiate an interactive request.
Read more >
Unable to get access token using msal
Unable to get access token using msal. Suggested Answer. We have one webresource, we want to use microsoft graph api for that, ...
Read more >
acquiretokensilent refresh token - You.com | The Search ...
When you can't get the token silently you need to get it interactively. According to the documentation you should do this with a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found