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_].
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_].