[java-idp-plugin-duo] branch main updated: Add subjectDecorator property reference.

Scott Cantor cantor.2 at osu.edu
Mon Jan 25 21:51:52 UTC 2021


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

scantor pushed a commit to branch main
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=f850f40ef0e0f38f4465006349ff1eea3d42df8c

The following commit(s) were added to refs/heads/main by this push:
       new  f850f40   Add subjectDecorator property reference.
f850f40 is described below

commit f850f40ef0e0f38f4465006349ff1eea3d42df8c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 25 16:51:49 2021 -0500

    Add subjectDecorator property reference.
---
 .../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idp-duo-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/idp-duo-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index f034656..e353312 100644
--- a/idp-duo-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/idp-duo-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -23,7 +23,8 @@
             p:lifetime="%{idp.authn.DuoOIDC.lifetime:%{idp.authn.defaultLifetime:PT1H}}"
             p:inactivityTimeout="%{idp.authn.DuoOIDC.inactivityTimeout:%{idp.authn.defaultTimeout:PT30M}}"
             p:reuseCondition-ref="#{'%{idp.authn.DuoOIDC.reuseCondition:shibboleth.Conditions.TRUE}'.trim()}"
-            p:activationCondition-ref="#{'%{idp.authn.DuoOIDC.activationCondition:shibboleth.Conditions.TRUE}'.trim()}">
+            p:activationCondition-ref="#{'%{idp.authn.DuoOIDC.activationCondition:shibboleth.Conditions.TRUE}'.trim()}"
+            p:subjectDecorator="#{getObject('%{idp.authn.DuoOIDC.subjectDecorator:}'.trim())}">
         <property name="supportedPrincipalsByString">
             <bean parent="shibboleth.CommaDelimStringArray"
                 c:_0="#{'%{idp.authn.DuoOIDC.supportedPrincipals:%{idp.authn.Duo.supportedPrincipals}}'.trim()}" />

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


More information about the commits mailing list