[java-idp-oidc] branch main updated: Remove default wiring duplicating class default.
Scott Cantor
cantor.2 at osu.edu
Tue Jan 11 20:10:19 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=580c469ff72ef4f276dd048e19eea1f71c589cb2
The following commit(s) were added to refs/heads/main by this push:
new 580c469f Remove default wiring duplicating class default.
580c469f is described below
commit 580c469ff72ef4f276dd048e19eea1f71c589cb2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 11 15:10:16 2022 -0500
Remove default wiring duplicating class default.
---
.../shibboleth/idp/flows/oidc/authorize/authorize-beans.xml | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/authorize/authorize-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/authorize/authorize-beans.xml
index 0c55f4a1..db8a5960 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/authorize/authorize-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/authorize/authorize-beans.xml
@@ -265,17 +265,7 @@
<bean id="SetAuthenticationContextClassReferenceToResponseContext"
class="net.shibboleth.idp.plugin.oidc.op.profile.impl.SetAuthenticationContextClassReferenceToResponseContext"
- scope="prototype">
- <property name="classRefLookupStrategy">
- <bean class="net.shibboleth.idp.authn.principal.DefaultPrincipalDeterminationStrategy"
- c:type="net.shibboleth.oidc.authn.principal.AuthenticationContextClassReferencePrincipal">
- <constructor-arg name="principal">
- <bean class="net.shibboleth.oidc.authn.principal.AuthenticationContextClassReferencePrincipal"
- c:classRef="#{T(net.shibboleth.oidc.authn.principal.AuthenticationContextClassReferencePrincipal).UNSPECIFIED}" />
- </constructor-arg>
- </bean>
- </property>
- </bean>
+ scope="prototype" />
<bean id="AddIDTokenShell" class="net.shibboleth.idp.plugin.oidc.op.profile.impl.AddIDTokenShell" scope="prototype">
<property name="activationCondition">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list