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
Set as Priority 1 as the SAL client only implements tokens in headers and there is low expectation that users will use their own access methods for accessing a SAL server.
Description
_extract_token_query
checks for the token using the'token'
keyword. The OAuth 2.0 Authorization Framework: Bearer Token Usage requires the token to be passed in a query with the keyword'access_token'
.Suggested fix
To allow for backwards compatibility, the token should be extracted with either
'access_token'
or'token'
, with the former taking precedence.The text was updated successfully, but these errors were encountered: