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

We should not always try and create the SAML response user #28

Closed adamretter closed 10 months ago

adamretter commented 1 year ago

There was a bug in the code whereby it always tried to create the user in the SAML Response and then log in as them. I found this through some simple testing, and then reading the code.