Skip to content

Commit 06767b4

Browse files
committed
use jwks
1 parent d61280f commit 06767b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/TokenGeneratorTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ final public function testIdTokenGenerationWithoutPrivateKey(): void
281281
* @testdox Token Generator SHOULD generate a token without Confirmation JWT Thumbprint (CNF JKT) WHEN asked to generate a IdToken without dpopKey
282282
*
283283
* @covers ::generateIdToken
284+
*
285+
* @uses \Pdsinterop\Solid\Auth\Utils\Jwks
284286
*/
285287
final public function testIdTokenGenerationWithoutDpopKey(): void
286288
{

0 commit comments

Comments
 (0)