Same Url Different Path
Peter Schober
peter.schober at univie.ac.at
Fri Jul 31 10:36:12 EDT 2015
* Peter Schober <peter.schober at univie.ac.at> [2015-07-31 16:21]:
> * Teresa Fasano <t.fasano at cineca.it> [2015-07-31 15:59]:
> > I want to protect only http://www.myapp.it/path2, not
> > http://www.myapp.it/path1 and http://www.myapp.it/path3.
> >
> > How can I implement this request?
>
> By only requiring a session on the protected request path.
Sorry, make that "requiring a session on the requested path".
How depends on the webserver you're using.
E.g. with Apache httpd e.g. you'd use
<Directory /path/to/path2> or <Location /path2> directives and enforce
sessions only there, as per the Shib docs.
-peter
More information about the users
mailing list