mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Allow users to manually decline auth request even when an application was authenticated before
This commit is contained in:
@@ -134,8 +134,8 @@ class AuthCodeCest {
|
||||
'error' => 'access_denied',
|
||||
'parameter' => null,
|
||||
'statusCode' => 401,
|
||||
'redirectUri' => 'http://ely.by?&error=access_denied&error_description=The+resource+owner+or+authorization+server+denied+the+request.&hint=The+user+denied+the+request&message=The+resource+owner+or+authorization+server+denied+the+request.',
|
||||
]);
|
||||
$I->canSeeResponseJsonMatchesJsonPath('$.redirectUri');
|
||||
}
|
||||
|
||||
public function invalidClientId(FunctionalTester $I) {
|
||||
|
||||
Reference in New Issue
Block a user