[java-idp-oidc] branch main updated: JOIDC-136 - Configuration options for OIDC signature validation

Henri Mikkonen henri.mikkonen at iki.fi
Fri Nov 25 06:59:38 UTC 2022


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

hjmikkon 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=8bd59909d0fb51f08493b11fbdcf3dac85d165ef

The following commit(s) were added to refs/heads/main by this push:
     new 8bd59909 JOIDC-136 - Configuration options for OIDC signature validation
8bd59909 is described below

commit 8bd59909d0fb51f08493b11fbdcf3dac85d165ef
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Nov 25 08:58:02 2022 +0200

    JOIDC-136 - Configuration options for OIDC signature validation
    
    https://shibboleth.atlassian.net/browse/JOIDC-136
    
    Property 'idp.oidc.tevalid.config' can be used for defining the token
    endpoint JWT signature validation configuration.
---
 .../META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
index b40ce44f..f8a9717c 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
@@ -700,7 +700,7 @@
             <ref bean="#{'%{idp.oidc.rovalid.config:shibboleth.oidc.requestObjectSignatureValidationConfiguration}'.trim()}" />
         </property>
         <property name="tokenEndpointJwtSignatureValidationConfiguration">
-            <ref bean="#{'%{idp.oidc.rovalid.config:shibboleth.oidc.tokenEndpointJwtSignatureValidationConfiguration}'.trim()}" />
+            <ref bean="#{'%{idp.oidc.tevalid.config:shibboleth.oidc.tokenEndpointJwtSignatureValidationConfiguration}'.trim()}" />
         </property>
     </bean>
         

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


More information about the commits mailing list