Subject: | Fields required by Net::SAML2 that are not required by spec |
When attempting to create a new Net::SAML2::IdP object with my IDP metadata, Net::SAML2 requires a SingleLogout location (slo_url) and a ArtifactResolution URL (art_urls).
These fields should not be required as they are not required by spec. For instance, using HTTP POST Bindings, we do not have/need an artifact resolution url. We also do not provide a single logout url via the idp. This makes the module too stringent for our environment without maintaining a fork of Net::SAML2. I switched the objects to Maybe[HashRef[Str]].
I dont see a public repo for the module, I see a couple of your perl modules on github under chrisa though. Thanks for the module, glad I don't have to start from scratch. Thanks for it.
- Mike
p.s. are you still maintaining this module? I don't see NEEDHELP or ADOPTME so I presume so?