Deep linked URL

Nate Klingenstein ndk at internet2.edu
Fri Aug 16 23:11:43 EDT 2013


Sunil,

> For example. I request https://app1.test.com/#/dashboard/testpage. I get
> redirected to the login page hosted by IDP. After successful authentication
> it gets redirected to https://app1.test.com/ and not the original requested
> URL. 
> 
> What could be the problem? 

This is generally caused by the SP not knowing where to send the user, typically because the cookie set by the SP on the initial POST is not readable by the module on redirect.  That's probably due to setting a cookieProps of "http" rather than "HttpOnly" or similar.

Try taking out the cookieProps and give it another shot.

Thanks,
Nate.


More information about the users mailing list