[java-idp-plugin-totp] branch main updated: Fix renamed class.

Scott Cantor cantor.2 at osu.edu
Thu Jan 21 00:33:12 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=ec39c67229e1dbd65a57c831b7a1a864c85d7a07

The following commit(s) were added to refs/heads/main by this push:
       new  ec39c67   Fix renamed class.
ec39c67 is described below

commit ec39c67229e1dbd65a57c831b7a1a864c85d7a07
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 20 19:33:10 2021 -0500

    Fix renamed class.
---
 .../META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-authenticator.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/totp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-authenticator.xml b/totp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-authenticator.xml
index 3483ab0..e8ee79c 100644
--- a/totp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-authenticator.xml
+++ b/totp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-authenticator.xml
@@ -15,6 +15,6 @@
     <bean class="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor" />
     <bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
 
-    <bean id="DefaultAuthenticator" class="net.shibboleth.idp.plugin.totp.impl.GoogleTOTPAuthenticator" lazy-init="true" />
+    <bean id="DefaultAuthenticator" class="net.shibboleth.idp.plugin.authn.totp.impl.GoogleTOTPAuthenticator" lazy-init="true" />
 
 </beans>

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


More information about the commits mailing list