[java-idp-plugin-totp] branch main updated: Restore commented bean left out during testing.

Scott Cantor cantor.2 at osu.edu
Wed Apr 2 13:54:29 UTC 2025


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=09e79352485357c2dd2c567536d68236699a0bda

The following commit(s) were added to refs/heads/main by this push:
     new 09e7935  Restore commented bean left out during testing.
09e7935 is described below

commit 09e79352485357c2dd2c567536d68236699a0bda
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Apr 2 09:54:26 2025 -0400

    Restore commented bean left out during testing.
---
 .../net/shibboleth/idp/flows/authn/TOTP/TOTP-beans.xml       | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/totp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-beans.xml b/totp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-beans.xml
index adf909f..18ca2c8 100644
--- a/totp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-beans.xml
+++ b/totp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-beans.xml
@@ -101,12 +101,12 @@
             class="org.springframework.beans.factory.config.MapFactoryBean">
         <property name="sourceMap">
              <map merge="true">
-<!--                <entry>-->
-<!--                    <key>-->
-<!--                        <util:constant static-field="net.shibboleth.idp.profile.IdPAuditFields.USERNAME"/>-->
-<!--                    </key>-->
-<!--                    <bean class="net.shibboleth.idp.plugin.authn.totp.impl.AttemptedUsernameAuditExtractor" />-->
-<!--                </entry>-->
+                <entry>
+                    <key>
+                        <util:constant static-field="net.shibboleth.idp.profile.IdPAuditFields.USERNAME"/>
+                    </key>
+                    <bean class="net.shibboleth.idp.plugin.authn.totp.impl.AttemptedUsernameAuditExtractor" />
+                </entry>
              </map>
         </property>
     </bean>

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


More information about the commits mailing list