[java-idp-plugin-totp] branch main updated: Pull auto-installed bean processors from flow.
Scott Cantor
cantor.2 at osu.edu
Wed Jul 26 14:51:35 UTC 2023
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=144d0c4ccba271ea924e256577be3bf5908cf130
The following commit(s) were added to refs/heads/main by this push:
new 144d0c4 Pull auto-installed bean processors from flow.
144d0c4 is described below
commit 144d0c4ccba271ea924e256577be3bf5908cf130
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 26 10:51:32 2023 -0400
Pull auto-installed bean processors from flow.
---
.../META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-beans.xml | 6 ------
1 file changed, 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 4ae51ba..548082b 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
@@ -11,12 +11,6 @@
default-init-method="initialize"
default-destroy-method="destroy">
-
- <bean class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"
- p:placeholderPrefix="%{" p:placeholderSuffix="}" />
-
- <bean class="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor" />
- <bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
<import resource="TOTP-authenticator.xml" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list