italia / spid-saml-check

Tool di verifica implementazione SPID SAML
European Union Public License 1.2
71 stars 59 forks source link

fix: missing double quotes around input values #205

Closed rzabini closed 2 years ago

rzabini commented 2 years ago

Form input fields are missing double quotes around values. This may cause the validator to fail when the original SAML Base64 request contains spaces, as only the first fragment (up to the first space) would be considered.