eXist-db / existdb-saml

XQuery module that implements SAML v2 single sign-on
GNU Lesser General Public License v2.1
4 stars 3 forks source link

Allow the configuration to be injected #30

Open adamretter opened 1 year ago

adamretter commented 1 year ago

Allow the exsaml module configuration to be injected by the caller. Previously the path to the configuration was hard-coded, meaning that the module could only be used for a single SAML endpoint configuration.

This PR means that you can now have more than one controller.xq secured by different SAML endpoints.

adamretter commented 2 months ago

@dizzzz Could we get this one merged now please?