Shibboleth SP - RequestMap requireSession false for query string value

Miller, Don (donm@uidaho.edu) donm at uidaho.edu
Thu Feb 6 15:20:15 EST 2014


Thanks for the re-assurance on this Peter. I was able to find the syntax issue which was causing my problem. The example below does work as expected!

Don

-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On Behalf Of Peter Schober
Sent: Thursday, February 6, 2014 11:54 AM
To: users at shibboleth.net
Subject: Re: Shibboleth SP - RequestMap requireSession false for query string value

* Miller, Don (donm at uidaho.edu) <donm at uidaho.edu> [2014-02-06 20:49]:
> Is it possible to not require the session at all? Possibly like this, 
> similar to excluding a sub path from a session?
> 
> <RequestMap applicationId="default">
>     <Host name="www.example.org">
>         <Path name="doku.php" authType="shibboleth" requireSession="true">
>             <Query name="id" regex="^public.*" requireSession="false"/>
>         </Path>
>     </Host>
> </RequestMap>

At least the documentation says so:
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPRequestMapQuery
Attributes -> Content Settings -> follow link "properties": requireSession.
-peter
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list