[java-identity-provider] branch dev/IDP-2339 updated: Add CSRF token per flow property to test properties

Phil Smart philip.smart at jisc.ac.uk
Fri Nov 8 14:52:59 UTC 2024


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

philsmart pushed a commit to branch dev/IDP-2339
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=2c3897162b16081f9f91fa036ab1c75733669372

The following commit(s) were added to refs/heads/dev/IDP-2339 by this push:
     new 2c3897162 Add CSRF token per flow property to test properties
2c3897162 is described below

commit 2c3897162b16081f9f91fa036ab1c75733669372
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Nov 8 14:52:49 2024 +0000

    Add CSRF token per flow property to test properties
---
 .../src/test/resources/net/shibboleth/idp/module/conf/idp.properties  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties
index 017aebe4b..343a1b396 100644
--- a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties
+++ b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties
@@ -33,6 +33,8 @@ idp.scope = example.org
 
 # Enable cross-site request forgery mitigation for views. 
 idp.csrf.enabled = true
+# If true, a new CSRF token is generated for each flow. Otherwise, it is generated for each view.
+#idp.csrf.tokenPerFlow = true
 # Name of the HTTP parameter that stores the CSRF token.
 #idp.csrf.token.parameter = csrf_token
 
@@ -220,4 +222,4 @@ idp.ui.fallbackLanguages=en,fr,de
 #idp.fticks.logport = 514
 
 # Set false if you want SAML bindings "spelled out" in audit log
-idp.audit.shortenBindings = true
\ No newline at end of file
+idp.audit.shortenBindings = true

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


More information about the commits mailing list