saml
saml copied to clipboard
Respect redirectURI
Ensures the redirectURI is respected even if RelayState was found in the acs parameters.
@crewjam does this update meet expectation? I didn't see a contributing guide so I wasn't sure what if anything I needed to include other than a PR. I appreciate you taking the time and looking at this.
Hi, @bneil -- Can you help me understand what the issue is that you are trying to address? Also, it might be appropriate to add a test?
@crewjam I ran into this interesting issue where RelatyState was being set to the wrong url. So I tried using the override url to correct that, however without this PR the override url is overwritten by RelayState. This PR allows either use cases.