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

Make Assertion Consumer Service configurable #25

Closed adamretter closed 11 months ago

adamretter commented 1 year ago
  1. Previously the value of AssertionConsumerServiceIndex was hard-coded to 0, and is dependent on your IDP setup. It is now configurable from the config-exsaml.xml file (where it still defaults to 0).
  2. Previously it was not possible to work with an IDP that expected an AssertionConsumerServiceURL instead of an AssertionConsumerServiceIndex. Which is permitted by the SAML Core spec. This adds that feature.