Shibboleth SP not redirecting to the deep link
krrishv
krish.v at gmail.com
Mon Dec 17 15:59:56 EST 2018
I have configured Shibboleth SP with my apache 2.2. I have a application
which is reverse proxied for header based authentication.
<Location /case>
AuthType shibboleth
ShibRequestSetting requireSession 1
require shib-session
ShibUseHeaders On
</Location>
<VirtualHost *:80>
ProxyPreserveHost On
ProxyRequests Off
ServerName evtswebfiml01.tu.com
ServerAlias evtswebfiml01
ProxyPass /Shibboleth.sso !
ProxyPassReverse /Shibboleth.sso !
ProxyPass /shibboleth-sp !
ProxyPassReverse /shibboleth-sp !
ProxyPass / http://people.test.com:8000/
ProxyPassReverse / http://people.test.com:8000/
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
<Location />
Order allow,deny
Allow from all
</Location>
ErrorLog /var/log/httpd/hellomvc1-error.log
CustomLog /var/log/httpd/hellomvc1-access.log common
</VirtualHost>
Now when ever i am doing the authentication with deeplink for example
http://people.test.com/case/supp/EMPLOYEE/ERP/h/?tab=DEFAULT
I am expecting it to authenticate with my IDP and redirect to the same link.
But what i am seeing is it is redirecting to my IDP and after
authentication, It just lands in http://people.test.com/ . Can some one
throw light on this?
--
Sent from: http://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html
More information about the users
mailing list