-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)status: duplicateA duplicate of another issueA duplicate of another issuetype: bugA general bugA general bug
Milestone
Description
ServerBearerTokenAuthenticationConverter
validates the query parameter access_token
when allowUriQueryParameter
is false
. The spec states that
Resource servers MAY support this method.
for query string parameters, but does not indicate in the Error Codes section that the access_token
parameter MUST be validated if the server doesn't support that particular method for resolving the token.
Note: This also applies to DefaultBearerTokenResolver
, and includes when allowFormEncodedBodyParameter
is set to false
.
Metadata
Metadata
Assignees
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)status: duplicateA duplicate of another issueA duplicate of another issuetype: bugA general bugA general bug