Allow users to manually decline auth request even when an application was authenticated before

This commit is contained in:
ErickSkrauch
2021-03-29 04:47:27 +02:00
parent 65284727ba
commit e6b6f3f169
2 changed files with 17 additions and 16 deletions

View File

@@ -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) {