You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oltu.apache.org by "Rikard Swahn (JIRA)" <ji...@apache.org> on 2015/09/11 14:54:45 UTC

[jira] [Created] (OLTU-180) Parameter redirect_uri is required for /token with grant_type=authorization_code

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)