[java-identity-provider] branch main updated: Override idp.bindings.inMetadataOrder by default for new installs.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 5 23:50:18 UTC 2020
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=0e7ce15ef54016355ab5df63992d048aa23cab84
The following commit(s) were added to refs/heads/main by this push:
new 0e7ce15ef Override idp.bindings.inMetadataOrder by default for new installs.
0e7ce15ef is described below
commit 0e7ce15ef54016355ab5df63992d048aa23cab84
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 5 19:50:14 2020 -0400
Override idp.bindings.inMetadataOrder by default for new installs.
---
idp-conf/src/main/resources/conf/idp.properties | 3 +++
1 file changed, 3 insertions(+)
diff --git a/idp-conf/src/main/resources/conf/idp.properties b/idp-conf/src/main/resources/conf/idp.properties
index ec8e8eb9d..3bc49c0bb 100644
--- a/idp-conf/src/main/resources/conf/idp.properties
+++ b/idp-conf/src/main/resources/conf/idp.properties
@@ -167,6 +167,9 @@ idp.session.secondaryServiceIndex = true
#idp.impersonate.generalPolicy = GeneralImpersonationPolicy
#idp.impersonate.specificPolicy = SpecificImpersonationPolicy
+# Picks outbound bindings more sensibly than based on metadata order
+idp.bindings.inMetadataOrder = false
+
# Whether to lookup metadata, etc. for every SP involved in a logout
# for use by user interface logic; adds overhead so off by default.
#idp.logout.elaboration = false
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list