You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if the access token contains a string for the scopes or scp claims,
and not an array, it might still contain multiple scopes separated by
spaces.
This was not handled by the current code.
This commit splits strings like this into multiple scopes to handle the
situation properly.
0 commit comments