samlify
samlify copied to clipboard
How do I validate the metadata?
When trying to init IDP with a random string ('asdasd' to be exact) as metadata, the IDP construction succeeded. I would prefer to pre-validate the metadata or catch an exception in case that the format is invalid. I saw that there are some validators mentioned in the README but it did not do anything
Am I missing somthing?
I used @authenio/samlify-xsd-schema-validator manually and got errors for both "bad" string and "good" XML strings.
@FreifeldRoyi We haven't included the metadata validation yet, and of course PR is welcome. :)