[java-idp-plugin-oidc-rp] branch main updated: Deprecate duplicate interface and rebase chaining claims validator.

Scott Cantor cantor.2 at osu.edu
Thu Dec 30 21:24:23 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-plugin-oidc-rp.

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

The following commit(s) were added to refs/heads/main by this push:
     new 5cd190d  Deprecate duplicate interface and rebase chaining claims validator.
5cd190d is described below

commit 5cd190dbb263618cc27688fe98aa29d9f56dbc0c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 30 16:24:20 2021 -0500

    Deprecate duplicate interface and rebase chaining claims validator.
---
 .../authn/OIDCRelyingParty/oidc-relying-party-authn-beans.xml      | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/idp-oidc-rp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OIDCRelyingParty/oidc-relying-party-authn-beans.xml b/idp-oidc-rp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OIDCRelyingParty/oidc-relying-party-authn-beans.xml
index b5c4213..98c4cef 100644
--- a/idp-oidc-rp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OIDCRelyingParty/oidc-relying-party-authn-beans.xml
+++ b/idp-oidc-rp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OIDCRelyingParty/oidc-relying-party-authn-beans.xml
@@ -29,11 +29,8 @@
     <bean id="shibboleth.authn.OpenIDConnect.externalAuthnPath" class="java.lang.String"
         c:_0="servletRelative:/Authn/OIDC/RP/auth">
     </bean>
-    
 
-        
-        
-   <!-- Parent beans for indirecting into nested PRC. -->
+    <!-- Parent beans for indirecting into nested PRC. -->
     
     <bean id="NestedWebFlowMessageHandlerAdaptor" abstract="true"
         class="net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor" scope="prototype"
@@ -163,7 +160,7 @@
     <!-- TODO ensure these claims are correct in the general OIDC case. -->
      <!-- OIDC claims verification Other claim verifications e.g. ACR and AZP-->
     <bean id="shibboleth.authn.oidc.rp.DefaultDuoTokenClaimsVerifier"
-        class="net.shibboleth.oidc.security.jwt.claims.impl.ChainingJWTClaimsValidation">
+        class="net.shibboleth.oidc.security.jwt.claims.impl.ChainingJWTClaimsValidator">
         <property name="claimValidators">
             <list>
             <bean id="requiredClaimsValidator" 

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


More information about the commits mailing list