Skip to main content
Answered

Api won't accept scope of `openid+read....`, which makes it impossible to use Auth0 libraries

  • February 19, 2023
  • 1 reply
  • 10 views

Forum|alt.badge.img

Hi there,

Following the docs I've gotten to the point where I can't make any requests with the `@auth-spa-js` Auth0 client, since it default attaches `openid` to the beginning of the scope on any request.

Thus, when trying to login with this client, I get a `scope invalid` message, since the scope is `openid+read` instead of `read`. It seems they aren't planning on changing this, so is there any way for openid to be an expected scope? (source of them not planning to change it: https://github.com/auth0/auth0-spa-js/issues/433)

Best answer by SkippyVasquez

Hey Nloomis,

Thanks for your feedback we have made note of it, though it may not be likely that this change is made, we suggest that you look into alternative solutions.

 

1 reply

SkippyVasquez
Strava
Forum|alt.badge.img+21
  • Strava
  • 109 replies
  • Answer
  • April 7, 2023

Hey Nloomis,

Thanks for your feedback we have made note of it, though it may not be likely that this change is made, we suggest that you look into alternative solutions.