[java-idp-plugin-oidc-rp] branch main updated: Revert 'JCOMOIDC-89'

Phil Smart philip.smart at jisc.ac.uk
Fri Nov 17 14:46:25 UTC 2023


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=5fd7ebf7f552798467721b536cdd010d98fde43e

The following commit(s) were added to refs/heads/main by this push:
     new 5fd7ebf  Revert 'JCOMOIDC-89'
5fd7ebf is described below

commit 5fd7ebf7f552798467721b536cdd010d98fde43e
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Nov 17 14:46:14 2023 +0000

    Revert 'JCOMOIDC-89'
    
     - Revert commit 5f47e08205fb0bd826b3c36d8b2423efb95bbb7a. This will
    change back when a new version of commons is used by the RP. It is then
    called throwIfNull.
---
 .../idp/plugin/authn/oidc/rp/conf/authn/oidc-credentials.xml        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-credentials.xml b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-credentials.xml
index 69720cb..a8e186b 100644
--- a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-credentials.xml
+++ b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-credentials.xml
@@ -14,13 +14,13 @@
     -->
     
     <bean id="shibboleth.oidc.DefaultRSSigningCredential" parent="shibboleth.oidc.JWKCredential"
-        p:resource="%{idp.signing.oidc.rs.key:#{null}}" p:throwIfBeanIsNull="false" />
+        p:resource="%{idp.signing.oidc.rs.key:#{null}}" p:failIfResourceIsNull="false" />
 
     <bean id="shibboleth.oidc.DefaultESSigningCredential" parent="shibboleth.oidc.JWKCredential"
-        p:resource="%{idp.signing.oidc.es.key:#{null}}" p:throwIfBeanIsNull="false" />
+        p:resource="%{idp.signing.oidc.es.key:#{null}}" p:failIfResourceIsNull="false" />
 
     <bean id="shibboleth.oidc.DefaultRSAEncryptionCredential" parent="shibboleth.oidc.JWKCredential"
-        p:resource="%{idp.signing.oidc.rsa.enc.key:#{null}}" p:throwIfBeanIsNull="false" />
+        p:resource="%{idp.signing.oidc.rsa.enc.key:#{null}}" p:failIfResourceIsNull="false" />
 
     <!--
     Lists ALL of your OP's response signing credentials for the default security configuration. 

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


More information about the commits mailing list