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
The OneLogin_Saml2_IdPMetadataParser::parseRemoteXML function allows to retrieve the metadata file over HTTPS.
However, it unconditionally disables certificate validation:
The
OneLogin_Saml2_IdPMetadataParser::parseRemoteXML
function allows to retrieve the metadata file over HTTPS.However, it unconditionally disables certificate validation:
https://github.com/onelogin/php-saml/blob/4f94a76934d9900ef0bac349182907f4b7e554ae/lib/Saml2/IdPMetadataParser.php#L40
This seems a bad choice as it bypasses the reason to use HTTPS (integrity protection).
The text was updated successfully, but these errors were encountered: