cancel
Showing results for 
Search instead for 
Did you mean: 

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

nloomis
Mt. Kenya

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)

1 ACCEPTED SOLUTION

SkippyVasquez
Moderator Moderator
Moderator

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.

 

Skippy
STRAVA | Developer Hub Team


View solution in original post

1 REPLY 1

SkippyVasquez
Moderator Moderator
Moderator

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.

 

Skippy
STRAVA | Developer Hub Team