We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd252c commit e6c8383Copy full SHA for e6c8383
src/LucaDegasperi/OAuth2Server/Proxies/AuthorizationServerProxy.php
@@ -111,7 +111,7 @@ public function makeRedirectWithError($params = array())
111
{
112
return $this->makeRedirect($params['redirect_uri'], array(
113
'error' => 'access_denied',
114
- 'error_message' => $this->authServer->getExceptionMessage('access_denied'),
+ 'error_description' => $this->authServer->getExceptionMessage('access_denied'),
115
'state' => isset($params['state']) ? $params['state'] : ''
116
));
117
}
0 commit comments