[java-idp-oidc] branch master updated: Allows configuration of the OP configuration resolution via property.
Henri Mikkonen
henri.mikkonen at iki.fi
Wed Feb 5 08:22:34 EST 2020
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch master
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=3b132b28b4f3f1465f76e1d5038eea7f44dac75a
The following commit(s) were added to refs/heads/master by this push:
new 3b132b2 Allows configuration of the OP configuration resolution via property.
3b132b2 is described below
commit 3b132b28b4f3f1465f76e1d5038eea7f44dac75a
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Feb 5 15:21:25 2020 +0200
Allows configuration of the OP configuration resolution via property.
See https://issues.shibboleth.net/jira/browse/JOIDC-2
---
.../net/shibboleth/idp/flows/oidc/discovery/discovery-beans.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/discovery/discovery-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/discovery/discovery-beans.xml
index ac9db39..b2b3b25 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/discovery/discovery-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/discovery/discovery-beans.xml
@@ -23,9 +23,9 @@
</bean>
<bean id="FormOutboundMessage" class="org.geant.idpextension.oidc.profile.impl.FormOutboundDiscoveryResponse"
- scope="prototype" p:metadataResolver-ref="shibboleth.oidc.OpenIdConfigurationResolver" />
+ scope="prototype" p:metadataResolver-ref="#{'%{idp.oidc.discovery.resolver:shibboleth.oidc.DefaultOpenIdConfigurationResolver}'.trim()}" />
- <bean id="shibboleth.oidc.OpenIdConfigurationResolver"
+ <bean id="shibboleth.oidc.DefaultOpenIdConfigurationResolver"
class="org.geant.idpextension.oidc.metadata.impl.DynamicFilesystemProviderMetadataResolver"
c:metadata-ref="MetadataSkeleton">
<property name="dynamicValueResolvers">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list