<div dir="ltr">Hi: <br><br>Usually we will redirect user back to his initial request url after successfully login from IDP, ex:<br><br>1. When user goes to <a href="https://www.test.com/destfolder/resource/">https://www.test.com/destfolder/resource/</a><br><br>2. Then he will be redirected to <a href="https://dev-idp.test.com/idp/Authn/UserPassword">https://dev-idp.test.com/idp/Authn/UserPassword</a><br><br>3. After user successfully login, he will be redirected to  <a href="https://dev-idp.test.com/idp/profile/SAML2/POST/SSO">https://dev-idp.test.com/idp/profile/SAML2/POST/SSO</a><br><br>4. And then redirected again to <a href="https://www.test.com/destfolder/resource/">https://www.test.com/destfolder/resource/</a><br><br>Now I want to add an additional page "proxy.jsp" here to implement new logic.<br><br>After user successfully login, and he will be redirected to this proxy.jsp first.<br><br>So it will look like this:<br><br>1. When user goes to <a href="https://www.test.com/destfolder/resource/">https://www.test.com/destfolder/resource/</a><br><br>2. Then he will be redirected to <a href="https://dev-idp.test.com/idp/Authn/UserPassword">https://dev-idp.test.com/idp/Authn/UserPassword</a><br><br>3. After user successfully login, he will be redirected to <a href="https://dev-idp.test.com/idp/profile/SAML2/POST/SSO">https://dev-idp.test.com/idp/profile/SAML2/POST/SSO</a><br><br>4. Now redirected to proxy page first: <a href="https://dev-idp.test.com/idp/proxy.jsp">https://dev-idp.test.com/idp/proxy.jsp</a><br><br>5. And then redirected again to <a href="https://www.test.com/destfolder/resource/">https://www.test.com/destfolder/resource/</a><br><br>I am not sure how to do this, could you please help to guide me if any way could implement this?<br><br>Or any pages maybe helpful are appreciated.<br><br>Thank you very much.</div>