... for example for the Destination element in Response:
https://github.com/onelogin/php-saml/blob/master/lib/Saml2/Response.php#L227
but the SPID spec it is required (page 11/12) :
nell’ elemento <Response> ... deve essere presente l’attributo Destination
One approach to fix this without patching upstream code is to turn on the security.wantXMLValidation option and patch the schemas
NOTE: the SAML XSDs are not sufficient, for the example above Destination element in Response is optional for the SAML XSD
... for example for the
Destinationelement inResponse:https://github.com/onelogin/php-saml/blob/master/lib/Saml2/Response.php#L227
but the SPID spec it is required (page 11/12) :
One approach to fix this without patching upstream code is to turn on the
security.wantXMLValidationoption and patch the schemasNOTE: the SAML XSDs are not sufficient, for the example above
Destinationelement inResponseis optional for the SAML XSD