We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca6a35 commit d8d955aCopy full SHA for d8d955a
composer.json
@@ -47,7 +47,7 @@
47
"simplesamlphp/xml-common": "~1.24.0",
48
"simplesamlphp/xml-security": "~1.13.0",
49
"simplesamlphp/xml-soap": "~1.7.0",
50
- "simplesamlphp/xml-wsdl": "~1.2.0",
+ "simplesamlphp/xml-wsdl": "~1.2.1",
51
"simplesamlphp/ws-security": "~1.9.0",
52
"symfony/http-foundation": "^6.4"
53
},
src/IdP/ADFS.php
@@ -368,7 +368,7 @@ private static function signAssertion(
368
string $cert,
369
string $algo,
370
#[\SensitiveParameter]
371
- string $passphrase = null,
+ ?string $passphrase = null,
372
): Assertion {
373
$key = PrivateKey::fromFile($key, $passphrase);
374
$pubkey = PublicKey::fromFile($cert);
0 commit comments