[java-idp-plugin-totp] branch main updated: Add property default.
Scott Cantor
cantor.2 at osu.edu
Mon Feb 8 14:52:49 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=c3003d805846338117f043206be783d053536af6
The following commit(s) were added to refs/heads/main by this push:
new c3003d8 Add property default.
c3003d8 is described below
commit c3003d805846338117f043206be783d053536af6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 8 09:52:46 2021 -0500
Add property default.
---
totp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 2 +-
1 file changed, 1 insertion(+), 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 0f7e672..c904aa9 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
@@ -23,7 +23,7 @@
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:subjectDecorator-ref="#{getObject('%{idp.authn.TOTP.subjectDecorator}'.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