Deep linked URL
Sunil
bssunil74 at yahoo.com
Fri Aug 16 22:25:53 EDT 2013
Hello,
I have an application with Shibboleth (latest). Everything works well but
the deep link. I have the default config
<Sessions lifetime="28800" timeout="3600" relayState="ss:mem"
checkAddress="false" handlerSSL="false" cookieProps="http">
After successful authenticate the application get redirected to the root URL
and not test URL.
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.
The apache config is also default
<IfModule mod_alias.c>
<Location /shibboleth-sp>
Allow from all
</Location>
Alias /shibboleth-sp/main.css /usr/share/shibboleth/main.css
</IfModule>
<Location /Shibboleth.sso>
SetHandler shib
</Location>
<Location />
AuthType shibboleth
ShibRequestSetting requireSession 1
# require shibboleth
require valid-user
</Location>
What could be the problem?
Thanks
Sunil
--
View this message in context: http://shibboleth.1660669.n2.nabble.com/Deep-linked-URL-tp7589402.html
Sent from the Shibboleth - Users mailing list archive at Nabble.com.
More information about the users
mailing list