[java-idp-plugin-totp] branch main updated: Fix property from reference to value.
Scott Cantor
cantor.2 at osu.edu
Mon Feb 8 14:58:38 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=a0ca43984c02a538c6a33207115fcf7d7f804b47
The following commit(s) were added to refs/heads/main by this push:
new a0ca439 Fix property from reference to value.
a0ca439 is described below
commit a0ca43984c02a538c6a33207115fcf7d7f804b47
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 8 09:58:36 2021 -0500
Fix property from reference to value.
---
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 c904aa9..1f7394a 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="#{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