[java-idp-oidc] 09/09: JOIDC-5 Removed duplicate bean definitions.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Jun 5 13:55:01 UTC 2020
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch dev/JOIDC-5
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=6b6993d276717cea77c8f693fc6459682cb21598
commit 6b6993d276717cea77c8f693fc6459682cb21598
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Jun 5 16:54:04 2020 +0300
JOIDC-5 Removed duplicate bean definitions.
https://issues.shibboleth.net/jira/browse/JOIDC-5
---
.../flows/oidc/abstract-api-info/oidc-abstract-api-info-beans.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/abstract-api-info/oidc-abstract-api-info-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/abstract-api-info/oidc-abstract-api-info-beans.xml
index c835f0e2..c5af6485 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/abstract-api-info/oidc-abstract-api-info-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/abstract-api-info/oidc-abstract-api-info-beans.xml
@@ -10,13 +10,6 @@
<bean id="InitializeRelyingPartyContext"
class="org.geant.idpextension.oidc.profile.impl.InitializeUnverifiedRelyingPartyContext" scope="prototype" />
- <bean id="SelectRelyingPartyConfiguration"
- class="net.shibboleth.idp.profile.impl.SelectRelyingPartyConfiguration" scope="prototype"
- p:relyingPartyConfigurationResolver-ref="shibboleth.RelyingPartyConfigurationResolver" />
-
- <bean id="SelectProfileConfiguration" class="net.shibboleth.idp.profile.impl.SelectProfileConfiguration"
- scope="prototype" />
-
<bean id="InitializeOutboundMessageContext"
class="org.geant.idpextension.oidc.profile.impl.InitializeOutboundResponseMessageContext" scope="prototype" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list