Skip to content

Commit eb0d6d1

Browse files
committed
Don't run IssuerStateRule for all flows
IssuerStateRule is already set to be executed on AuthCodeGrant: src/Server/Grants/AuthCodeGrant.php:754
1 parent 1dd4f78 commit eb0d6d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Server/AuthorizationServer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public function validateAuthorizationRequest(ServerRequestInterface $request): O
8484

8585
$rulesToExecute = [
8686
StateRule::class,
87-
IssuerStateRule::class,
8887
ClientRule::class,
8988
ClientRedirectUriRule::class,
9089
];

0 commit comments

Comments
 (0)