Force Shibboleth to redirect to a specific URL after authentication
Duke Yao
aptiva1128 at gmail.com
Thu Apr 9 05:35:03 EDT 2020
Hi:
Usually we will redirect user back to his initial request url after
successfully login from IDP, ex:
1. When user goes to https://www.test.com/destfolder/resource/
2. Then he will be redirected to
https://dev-idp.test.com/idp/Authn/UserPassword
3. After user successfully login, he will be redirected to
https://dev-idp.test.com/idp/profile/SAML2/POST/SSO
4. And then redirected again to https://www.test.com/destfolder/resource/
Now I want to add an additional page "proxy.jsp" here to implement new
logic.
After user successfully login, and he will be redirected to this proxy.jsp
first.
So it will look like this:
1. When user goes to https://www.test.com/destfolder/resource/
2. Then he will be redirected to
https://dev-idp.test.com/idp/Authn/UserPassword
3. After user successfully login, he will be redirected to
https://dev-idp.test.com/idp/profile/SAML2/POST/SSO
4. Now redirected to proxy page first:
https://dev-idp.test.com/idp/proxy.jsp
5. And then redirected again to https://www.test.com/destfolder/resource/
I am not sure how to do this, could you please help to guide me if any way
could implement this?
Or any pages maybe helpful are appreciated.
Thank you very much.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20200409/96f91652/attachment.html>
More information about the users
mailing list