We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f02db2c + 9d73bc5 commit d71b02dCopy full SHA for d71b02d
src/Services/JsonWebKeySetService.php
@@ -89,7 +89,9 @@ protected function prepareProtocolJwkSet(): void
89
file_exists($protocolNewPublicKeyPath)
90
) {
91
$newJwk = JWKFactory::createFromKeyFile($protocolNewPublicKeyPath, null, [
92
- ClaimsEnum::Kid->value => FingerprintGenerator::forFile($protocolNewPublicKeyPath),
+ //ClaimsEnum::Kid->value => FingerprintGenerator::forFile($protocolNewPublicKeyPath),
93
+
94
+ ClaimsEnum::Kid->value => '4fdbd515cda5cc0d2fc2f1124a1a3dc995741037bbd87451dc78fcd3251e025a',
95
ClaimsEnum::Use->value => PublicKeyUseEnum::Signature->value,
96
ClaimsEnum::Alg->value => $this->moduleConfig->getProtocolSigner()->algorithmId(),
97
]);
0 commit comments