File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,10 @@ protected function prepareProtocolJwkSet(): void
8989 file_exists ($ protocolNewPublicKeyPath )
9090 ) {
9191 $ newJwk = JWKFactory::createFromKeyFile ($ protocolNewPublicKeyPath , null , [
92- ClaimsEnum::Kid->value => FingerprintGenerator::forFile ($ protocolNewPublicKeyPath ),
9392 ClaimsEnum::Use->value => PublicKeyUseEnum::Signature->value ,
93+ //ClaimsEnum::Kid->value => FingerprintGenerator::forFile($protocolNewPublicKeyPath),
94+
95+ ClaimsEnum::Kid->value => '4fdbd515cda5cc0d2fc2f1124a1a3dc995741037bbd87451dc78fcd3251e025a ' ,
9496 ClaimsEnum::Alg->value => $ this ->moduleConfig ->getProtocolSigner ()->algorithmId (),
9597 ]);
9698
@@ -109,7 +111,9 @@ protected function prepareFederationJwkSet(): void
109111 }
110112
111113 $ federationJwk = JWKFactory::createFromKeyFile ($ federationPublicKeyPath , null , [
112- ClaimsEnum::Kid->value => FingerprintGenerator::forFile ($ federationPublicKeyPath ),
114+ //ClaimsEnum::Kid->value => FingerprintGenerator::forFile($federationPublicKeyPath),
115+
116+ ClaimsEnum::Kid->value => '4fdbd515cda5cc0d2fc2f1124a1a3dc995741037bbd87451dc78fcd3251e025a ' ,
113117 ClaimsEnum::Use->value => PublicKeyUseEnum::Signature->value ,
114118 ClaimsEnum::Alg->value => $ this ->moduleConfig ->getFederationSigner ()->algorithmId (),
115119 ]);
You can’t perform that action at this time.
0 commit comments