lightSAML / SpBundle

SAML2 SP Symfony Bundle based on LightSAML
https://www.lightsaml.com/SP-Bundle/
MIT License
66 stars 70 forks source link

RelayState not being set when Symfony firewall intercepts and redirects to IDP #59

Open andrewmatthews opened 6 years ago

andrewmatthews commented 6 years ago

When the Symfony firewall intercepts a request and redirects the user to the IDP for authentication, the RelayState is not included in the redirect to the IDP. Consequently, when the user is returned from the IDP, they end up on the home page of the Symfony application, rather than the page they were attempting to access.

Is this supported? If so, is this a configuration option that I have not included?