[java-identity-provider] branch main updated: Tweak property defaults.

Scott Cantor cantor.2 at osu.edu
Wed Dec 30 22:43:36 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=26f6dfedb5af2dfacd5a36847d52c187780b9f34

The following commit(s) were added to refs/heads/main by this push:
       new  26f6dfedb Tweak property defaults.
26f6dfedb is described below

commit 26f6dfedb5af2dfacd5a36847d52c187780b9f34
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 30 17:43:33 2020 -0500

    Tweak property defaults.
---
 idp-conf/src/main/resources/conf/c14n/subject-c14n.properties | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/idp-conf/src/main/resources/conf/c14n/subject-c14n.properties b/idp-conf/src/main/resources/conf/c14n/subject-c14n.properties
index a25892b1a..38114931a 100644
--- a/idp-conf/src/main/resources/conf/c14n/subject-c14n.properties
+++ b/idp-conf/src/main/resources/conf/c14n/subject-c14n.properties
@@ -12,12 +12,13 @@
 #idp.c14n.attribute.lowercase = false
 #idp.c14n.attribute.uppercase = false
 #idp.c14n.attribute.trim = true
-# Allows direct use of attributes via SAML/etc. authentication 
-#idp.c14n.attribute.resolveFromSubject = false
 # Lists of attributes to resolve...
 #idp.c14n.attribute.attributesToResolve =
 #  and then select a principal name from
 #idp.c14n.attribute.attributeSourceIds =
+# Allows direct use of attributes via SAML proxy authn, bypasses resolver
+#idp.c14n.attribute.resolveFromSubject = false
+#idp.c14n.attribute.resolutionCondition = shibboleth.Conditions.TRUE
 
 # X.509 certificate -> principal name c14n
 #idp.c14n.x500.lowercase = false

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


More information about the commits mailing list