[java-idp-oidc] branch main updated: Parent bean for alternate client secret source.

Scott Cantor cantor.2 at osu.edu
Wed Feb 17 00:30:34 UTC 2021


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=76365aab8ea9762468b07fe791d99e8bc1b7176c

The following commit(s) were added to refs/heads/main by this push:
       new  76365aab  Parent bean for alternate client secret source.
76365aab is described below

commit 76365aab8ea9762468b07fe791d99e8bc1b7176c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 16 19:30:32 2021 -0500

    Parent bean for alternate client secret source.
---
 .../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml   | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index c7e8477b..5a28b9b0 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -117,9 +117,13 @@
     
     <!-- Utilities. -->
 
-    <!-- Supports property-based loading of client secrets referenced in SAML metadata. -->
+    <!-- Sources of client secrets referenced in SAML metadata. -->
     <bean id="shibboleth.oidc.PropertiesClientSecretValueResolver" abstract="true"
         class="net.shibboleth.oidc.metadata.impl.PropertiesClientSecretValueResolver" />
+        
+    <bean id="shibboleth.oidc.ResolverServiceClientSecretValueResolver" abstract="true"
+        class="net.shibboleth.oidc.metadata.impl.ResolverServiceClientSecretValueResolver"
+        p:attributeResolver-ref="shibboleth.AttributeResolverService" />
 
     <!-- Returns true if resolver is executed in authz endpoint. -->
     <bean id="shibboleth.oidc.Conditions.SubjectRequired"

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


More information about the commits mailing list