Skip to content

Commit d71b02d

Browse files
committed
To be removed
2 parents f02db2c + 9d73bc5 commit d71b02d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Services/JsonWebKeySetService.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ protected function prepareProtocolJwkSet(): void
8989
file_exists($protocolNewPublicKeyPath)
9090
) {
9191
$newJwk = JWKFactory::createFromKeyFile($protocolNewPublicKeyPath, null, [
92-
ClaimsEnum::Kid->value => FingerprintGenerator::forFile($protocolNewPublicKeyPath),
92+
//ClaimsEnum::Kid->value => FingerprintGenerator::forFile($protocolNewPublicKeyPath),
93+
94+
ClaimsEnum::Kid->value => '4fdbd515cda5cc0d2fc2f1124a1a3dc995741037bbd87451dc78fcd3251e025a',
9395
ClaimsEnum::Use->value => PublicKeyUseEnum::Signature->value,
9496
ClaimsEnum::Alg->value => $this->moduleConfig->getProtocolSigner()->algorithmId(),
9597
]);

0 commit comments

Comments
 (0)