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
The OAuth spec limits characters that can be used in a scope to the following:
scope-token = 1*( %x21 / %x23-5B / %x5D-7E )
I don't believe we currently have formal restrictions on the scope characters. If we do not, we need to add this in to provide better alignment with the OAuth 2 spec.
The text was updated successfully, but these errors were encountered:
The OAuth spec limits characters that can be used in a scope to the following:
I don't believe we currently have formal restrictions on the scope characters. If we do not, we need to add this in to provide better alignment with the OAuth 2 spec.
The text was updated successfully, but these errors were encountered: