diff --git a/src/Oauth2/Authentication/Server.php b/src/Oauth2/Authentication/Server.php index a7b1ac9a..bb381c79 100644 --- a/src/Oauth2/Authentication/Server.php +++ b/src/Oauth2/Authentication/Server.php @@ -424,7 +424,7 @@ class Server // request_uri $sessionId = $this->db->validateAuthCode( $params['client_id'], - $params['request_uri'], + $params['redirect_uri'], $params['code'] );