[java-idp-plugin-duo] branch main updated: Remove auto-installed bean processors from flow.
Scott Cantor
cantor.2 at osu.edu
Tue Jul 11 13:18:10 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-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=d64e1c78d3a9a7ebb6aa8a8b329009aba47b352a
The following commit(s) were added to refs/heads/main by this push:
new d64e1c7 Remove auto-installed bean processors from flow.
d64e1c7 is described below
commit d64e1c78d3a9a7ebb6aa8a8b329009aba47b352a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 11 09:18:07 2023 -0400
Remove auto-installed bean processors from flow.
---
.../net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml b/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml
index aa2e28d..e19fca8 100644
--- a/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml
+++ b/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml
@@ -8,12 +8,6 @@
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
default-init-method="initialize" default-destroy-method="destroy">
-
- <bean class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer" p:placeholderPrefix="%{"
- p:placeholderSuffix="}" />
-
- <bean class="net.shibboleth.shared.spring.config.IdentifiableBeanPostProcessor" />
- <bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
<!-- location of the Duo OIDC IdP servlet -->
<bean id="shibboleth.authn.DuoOIDC.externalServletPath" class="java.lang.String"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list