___________________________________________________________________ Petra Berg Humboldt-Universitaet zu Berlin Unter den Linden 6 petra...@cms.hu-berlin.de D-10099 Berlin ___________________________________________________________________
First off you don't need to mess with Application and
ApplicationOverrides just to protect a few URLs and return to the
requested resource.
Also if you're on Apache httpd (as compared to MS-IIS) you don't
need any of the RequestMap entries: using httpd's native directives
works just fine (e.g. protecting <Files> or <Location> or <Directory>
or putting it all in .htaccess files, etc.).
-peter
First off you don't need to mess with Application and ApplicationOverrides just to protect a few URLs and return to the requested resource.
Also if you're on Apache httpd (as compared to MS-IIS) you don't need any of the RequestMap entries: using httpd's native directives works just fine (e.g. protecting <Files> or <Location> or <Directory> or putting it all in .htaccess files, etc.).
Greetings,
Michael
------------------------------------------------------------
Fachhochschule
Nordwestschweiz
Services
Abteilung Business Applications
Michael
Hausherr
Teamleiter Entwicklung Applikationen
Schulthess-Allee 1
5200
Brugg AG
------------------------------------------------------------
T
+41 56 462 43 95
F +41 56 462 40 44
M +41 76 373 16
50
michael....@fhnw.ch
www.fhnw.ch
------------------------------------------------------------
No. homeURL is only used when errors occur that prevent relay state from
identifying the correct resource, or during SSO without any relay state.
That isn't a typical situation and doesn't apply to your case.
> I configured apache only with following httpd.conf:
> <Location /shib-protected>
> AuthType shibboleth
> ShibRequireSession On
> ShibRequireAll On
> require valid-user
> </Location>
>
> How does the minimal configuration in shibboleth2.xml looks like?
You need nothing relevant to the content in shibboleth2.xml.
-- Scott
Petra Berg wrote on 2010-02-09:But in the SP configuration file shibboleth2.xml you need to define a default application and a request mapper which refers to. I guess, that the SP always redirect to the homeURL of application in case of SSO, isn't ?No. homeURL is only used when errors occur that prevent relay state from identifying the correct resource, or during SSO without any relay state. That isn't a typical situation and doesn't apply to your case.
That means you have a web server or metadata configuration issue that's
preventing proper cookie use.
https://spaces.internet2.edu/display/SHIB2/FlowsAndConfig
-- Scott