steffow / meteor-accounts-saml

SAML SP tested with OpenAM
27 stars 29 forks source link

AuthnRequest/ID contains invalid xs:NCName #14

Closed jenkinetics closed 6 years ago

jenkinetics commented 7 years ago

When using Rocket.Chat I found that sometimes the ID starts with a digit. This causes a (correct) validation error with the pysaml2 library.

The ID attribute must conform to the NCName specification [SSTC-SAML-Core: 1.3.4 ID and ID Reference Values]. This implies that the first letter must be in [a-zA-Z_].