[cpp-sp] branch main updated: Add a requireSession flag to sample file.

Codeberg noreply at shibboleth.net
Mon Jun 15 14:54:12 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository cpp-sp.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/1b7a644f3e94e7b715f72cc1eb981058d7e4636a

The following commit(s) were added to refs/heads/main by this push:
     new 1b7a644f Add a requireSession flag to sample file.
1b7a644f is described below

commit 1b7a644f3e94e7b715f72cc1eb981058d7e4636a
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Jun 15 10:53:59 2026 -0400

    Add a requireSession flag to sample file.
---
 configs/request-map.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/request-map.xml b/configs/request-map.xml
index 6940a8a7..e4dabb1b 100644
--- a/configs/request-map.xml
+++ b/configs/request-map.xml
@@ -1,7 +1,7 @@
 <RequestMap>
         <!--
 	<Host name="sp.example.org">
-		<Path name="secure">
+		<Path name="secure" requireSession="true">
 			<AccessControl>
 				<Rule require="user">jdoe</Rule>
 			</AccessControl>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list