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.

Authorization error

See original GitHub issue

After adding http://localhost:8000 to “Allowed Web Origins” in the Auth0 client console I was able to test login, but then I get:

auth.js:51:
{error: "access_denied", errorDescription: "Invalid URI "undefined/users/YXV0aDB8NWE4OWI1OTMzYWZmNzMxMDEzMjUxNzY5.json?auth=undefined"", state: "5p8LD.2Jl27.2uD1ot6wdwAqCNX0j5Bq"}

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:23 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
kjetilgecommented, Feb 26, 2018

I used SPA from the beginning, the big problem was using a custom API. Only the default system API should be used it seems.

0reactions
LawJollacommented, Feb 26, 2018

I should have mentioned in the readme that it requires the SPA auth flow. Sorry for not making that clearer!

And I misspoke about /userinfo. It returns a string access token. But the API returns a JWT access token. Why the difference… I have no idea. 🙂

Read more comments on GitHub >

github_iconTop Results From Across the Web

Authorization Errors | Device Access - Google Developers
During the authorization process, Google OAuth may return an error. Use this guide to troubleshoot the most common errors during this ...
Read more >
Authorization Error - TIBCO Product Documentation
The authorization server returns an error response if the request processing fails. The processing of the request fails due to one of the...
Read more >
Google Authorization Error - [Solved] - Portant
How to resolve the Google Authorization Error that occurs when opening Workspace Add-ons while logged into multiple Google Accounts.
Read more >
How Do I Fix 403 Authorization Error? - Pearl Lemon Web
The status code 403 (Forbidden) indicates that the server understands the request but refuses to allow it. If the server receives authentication ......
Read more >
Authorization errors - IBM
These errors relate to service account authorization. Authorization issues commonly occur when required permissions are not provided to the service account or ...
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