Hi,<div><br></div><div>Scenario: standard web SSO. use Redirect to send request to IDP and POST to get a response back.</div><div><br></div><div>But the problem is how to get the original application URL that triggered the SP to do SSO. So one thought was to pass it as a query param to IDP along with SAMLRequest and then hopefully get it back from IDP and then use that to finally forward the user once it has been authorized. This gives the SP an ability to be stateless and not having to remember where the original URL.</div>
<div><br></div><div>Is this possible with Idp.</div><div><br></div><div>Thanks</div>