[java-idp-plugin-totp] branch main updated: Add new property to flow descriptor.
Scott Cantor
cantor.2 at osu.edu
Fri Feb 5 14:59:18 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-totp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=a81b9fed5d1323f527a03caba43c2f7e1b45ec89
The following commit(s) were added to refs/heads/main by this push:
new a81b9fe Add new property to flow descriptor.
a81b9fe is described below
commit a81b9fed5d1323f527a03caba43c2f7e1b45ec89
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Feb 5 09:59:15 2021 -0500
Add new property to flow descriptor.
---
.../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/totp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/totp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index f3b2a56..0f7e672 100644
--- a/totp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/totp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -22,7 +22,8 @@
p:lifetime="%{idp.authn.TOTP.lifetime:%{idp.authn.defaultLifetime:PT1H}}"
p:inactivityTimeout="%{idp.authn.TOTP.inactivityTimeout:%{idp.authn.defaultTimeout:PT30M}}"
p:reuseCondition-ref="#{'%{idp.authn.TOTP.reuseCondition:shibboleth.Conditions.TRUE}'.trim()}"
- p:activationCondition-ref="#{'%{idp.authn.TOTP.activationCondition:shibboleth.Conditions.TRUE}'.trim()}">
+ p:activationCondition-ref="#{'%{idp.authn.TOTP.activationCondition:shibboleth.Conditions.TRUE}'.trim()}"
+ p:subjectDecorator-ref="#{getObject('%{idp.authn.TOTP.subjectDecorator}'.trim())}">
<property name="supportedPrincipals">
<list>
<bean parent="shibboleth.SAML2AuthnContextClassRef"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list