How do I redirect to a specific page of SP after a successful IdP initiated login?
Abhishek Chouksey
abhishekchouksey10 at gmail.com
Wed Dec 23 06:34:14 UTC 2020
Hi,
Can anyone please tell me how I can redirect a user to a specific page
after SSO
using relayState parameter or target parameter. What config changes are
required at shibboleth side to do so.
I am using this as my test client to test SSO and provided target parameter
and relyParty parameter(Landing page url) but still I am getting redirect to
default page
<form action="http://<example.com>/idp/profile/SAML2/Unsolicited/SSO"
method="post">
<input type="hidden" name="an" value="testClient"/>
Enter username : <input name="userId" value="[hidden email]
<https://shibboleth.1660669.n2.nabble.com/user/SendEmail.jtp?type=node&node=7648224&i=0>"
size="31"/><br>
Role type : <input name="role" value="example" size="31" /><br>
<input type="hidden" name="providerId" value="xyz.com"/>
<input type="hidden" name="target" value="abc.com"/>
<input type="hidden" name="RelayState" value="abc.com"/>
<br><button type="submit" value="Submit" name="samlsso">Submit SSO
Request</button>
</form>
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20201223/08bb4839/attachment.htm>
More information about the users
mailing list