You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have problems with SAML for new RSA-PSS x509 certificates.
LightSaml \ Error \ LightSamlSecurityException : Unrecognized signature algorithm
Fails in src/Credential/X509Certificate.php line 151, because rsassaPss is not found as a valid signatureAlgorithm.
The .xml HTTPS certificate is:
Version: 3 (0x2)
Serial Number:
xxxxx
Signature Algorithm: rsassaPss
Hash Algorithm: sha256
Mask Algorithm: mgf1 with sha256
Please add the new and more secure RSA
The text was updated successfully, but these errors were encountered:
Kuzuto
changed the title
Add support for new RSA-PSS x509
Missing support for new RSA-PSS x509
Sep 21, 2024
We have problems with SAML for new RSA-PSS x509 certificates.
LightSaml \ Error \ LightSamlSecurityException : Unrecognized signature algorithm
Fails in src/Credential/X509Certificate.php line 151, because rsassaPss is not found as a valid signatureAlgorithm.
The .xml HTTPS certificate is:
Version: 3 (0x2)
Serial Number:
xxxxx
Signature Algorithm: rsassaPss
Hash Algorithm: sha256
Mask Algorithm: mgf1 with sha256
Please add the new and more secure RSA
The text was updated successfully, but these errors were encountered: