Skip to content

Commit e6c8383

Browse files
committed
Update AuthorizationServerProxy.php
1 parent abd252c commit e6c8383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LucaDegasperi/OAuth2Server/Proxies/AuthorizationServerProxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function makeRedirectWithError($params = array())
111111
{
112112
return $this->makeRedirect($params['redirect_uri'], array(
113113
'error' => 'access_denied',
114-
'error_message' => $this->authServer->getExceptionMessage('access_denied'),
114+
'error_description' => $this->authServer->getExceptionMessage('access_denied'),
115115
'state' => isset($params['state']) ? $params['state'] : ''
116116
));
117117
}

0 commit comments

Comments
 (0)