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
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
When the scope is undefined, its parameter is still set and send through as an empty string. The RFC states that the scope parameter can be omitted. I suggest that an undefined scope should not be attached to the request as an empty string.
If the client omits the scope parameter when requesting
authorization, the authorization server MUST either process the
request using a pre-defined default value or fail the request
indicating an invalid scope.
…ulesoft-labs#154)
If `scopes` is set to `""` or `[]` then we should send an empty string.
If `scopes` is undefined (not set), then we don't send it at all.
When the scope is undefined, its parameter is still set and send through as an empty string. The RFC states that the scope parameter can be omitted. I suggest that an undefined scope should not be attached to the request as an empty string.
The text was updated successfully, but these errors were encountered: