Rikard Swahn created OLTU-180:
---------------------------------
Summary: Parameter redirect_uri is required for /token with grant_type=authorization_code
Key: OLTU-180
URL: https://issues.apache.org/jira/browse/OLTU-180
Project: Apache Oltu
Issue Type: Bug
Reporter: Rikard Swahn
The parameter redirect_uri is required for requests to /token with grant_type=authorization_code.
This requests exchanges an authorization code for an access token and no redirect is done
here.
So AuthorizationCodeValidator should not add redirect_uri as a required parameter: "requiredParams.add(OAuth.OAUTH_REDIRECT_URI);"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|