[java-identity-provider] branch main updated: Add in test view location.
Scott Cantor
cantor.2 at osu.edu
Tue Jan 26 15:35:42 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=b014a5112f021547fbd1e2eafb3d3ef693e1ea21
The following commit(s) were added to refs/heads/main by this push:
new b014a5112 Add in test view location.
b014a5112 is described below
commit b014a5112f021547fbd1e2eafb3d3ef693e1ea21
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 26 10:34:19 2021 -0500
Add in test view location.
---
idp-conf/src/test/resources/conf/idp.properties | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/idp-conf/src/test/resources/conf/idp.properties b/idp-conf/src/test/resources/conf/idp.properties
index 79a60688b..140136d6b 100644
--- a/idp-conf/src/test/resources/conf/idp.properties
+++ b/idp-conf/src/test/resources/conf/idp.properties
@@ -47,7 +47,7 @@ idp.csrf.enabled = true
#idp.webflows = %{idp.home}/flows
# Set the location of Velocity view templates
-idp.views = %{idp.home}/views,%{idp.home}/net/shibboleth/idp/module/views
+idp.views = %{idp.home}/views,%{idp.home}/views-test,%{idp.home}/net/shibboleth/idp/module/views
# Settings for internal AES encryption key
#idp.sealer.keyStrategy = shibboleth.DataSealerKeyStrategy
@@ -200,11 +200,11 @@ idp.ui.fallbackLanguages=en,fr,de
#idp.cas.relyingPartyIdFromMetadata=false
# F-TICKS auditing - set a salt to include hashed username
-#idp.fticks.federation=MyFederation
-#idp.fticks.algorithm=SHA-256
-#idp.fticks.salt=somethingsecret
-#idp.fticks.loghost=localhost
-#idp.fticks.logport=514
+#idp.fticks.federation = MyFederation
+#idp.fticks.algorithm = SHA-256
+#idp.fticks.salt = somethingsecret
+#idp.fticks.loghost = localhost
+#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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list