[java-idp-oidc] branch main updated: Add hook for redefinition of client info manager.

Scott Cantor cantor.2 at osu.edu
Mon Mar 21 19:34:23 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=1b7782a092c58799bd5b716d7aa030f68ad85a21

The following commit(s) were added to refs/heads/main by this push:
     new 1b7782a0 Add hook for redefinition of client info manager.
1b7782a0 is described below

commit 1b7782a092c58799bd5b716d7aa030f68ad85a21
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 21 15:34:20 2022 -0400

    Add hook for redefinition of client info manager.
---
 .../net/shibboleth/idp/flows/admin/oidc/clients/clients-beans.xml       | 2 +-
 .../META-INF/net/shibboleth/idp/flows/oidc/register/register-beans.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/oidc/clients/clients-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/oidc/clients/clients-beans.xml
index 994eb232..e1e00cc6 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/oidc/clients/clients-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/oidc/clients/clients-beans.xml
@@ -37,7 +37,7 @@
         p:httpServletResponse-ref="shibboleth.HttpServletResponse"
         p:objectMapper-ref="shibboleth.JSONObjectMapper"
         p:clientInformationResolver-ref="shibboleth.ClientInformationResolver"
-        p:clientInformationManager-ref="shibboleth.oidc.ClientInformationManager" />
+        p:clientInformationManager-ref="#{'%{idp.oidc.dynreg.clientInformationManager:shibboleth.oidc.ClientInformationManager}'.trim()}" />
         
     <bean id="RecordResponseComplete" class="net.shibboleth.idp.profile.impl.RecordResponseComplete"
         scope="prototype" />
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/register/register-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/register/register-beans.xml
index c01b8454..988c228e 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/register/register-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/register/register-beans.xml
@@ -154,7 +154,7 @@
 
     <bean id="StoreClientInformation"
             class="net.shibboleth.idp.plugin.oidc.op.profile.impl.StoreClientInformation" scope="prototype"
-            p:clientInformationManager-ref="shibboleth.oidc.ClientInformationManager">
+            p:clientInformationManager-ref="#{'%{idp.oidc.dynreg.clientInformationManager:shibboleth.oidc.ClientInformationManager}'.trim()}">
         <property name="registrationValidityPeriodStrategy">
             <bean class="net.shibboleth.oidc.profile.config.navigate.RegistrationValidityPeriodLookupFunction" />
         </property>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list