[java-idp-oidc] branch main updated: Use the new function signature for revocation method.

Henri Mikkonen henri.mikkonen at iki.fi
Thu Jun 30 13:41:51 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=9f767864e17ad346a9d19ea986989f4b4045f1c4

The following commit(s) were added to refs/heads/main by this push:
     new 9f767864 Use the new function signature for revocation method.
9f767864 is described below

commit 9f767864e17ad346a9d19ea986989f4b4045f1c4
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Jun 30 16:40:56 2022 +0300

    Use the new function signature for revocation method.
    
    See commit 02570175707820030ed03b40dce2f3e152c98e30 in java-oidc-common.
---
 .../net/shibboleth/idp/service/relying-party/postconfig.xml       | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

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 97c14bec..9cfe688b 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
@@ -489,9 +489,8 @@
                 p:defaultValue-ref="DefaultRevocationJWTClaimsValidator" />
         </property>
         <property name="revocationMethodLookupStrategy">
-            <bean parent="shibboleth.MDDrivenBeanProperty" p:propertyName="revocationMethod"
-                p:propertyType="#{T(net.shibboleth.oidc.profile.oauth2.config.OAuth2TokenRevocationConfiguration$OAuth2TokenRevocationMethod)}"
-                p:defaultValue-ref="RevocationMethod.%{idp.oauth2.revocationMethod:CHAIN}" />
+            <bean parent="shibboleth.MDDrivenStringProperty" p:propertyName="revocationMethod"
+                p:defaultValue="%{idp.oauth2.revocationMethod:CHAIN}" />
         </property>
         <property name="revocationLifetimeLookupStrategy">
             <bean parent="shibboleth.MDDrivenDurationProperty" p:propertyName="revocationLifetime"
@@ -499,9 +498,6 @@
         </property>
     </bean>
 
-    <util:constant id="RevocationMethod.CHAIN" static-field="net.shibboleth.oidc.profile.oauth2.config.OAuth2TokenRevocationConfiguration$OAuth2TokenRevocationMethod.CHAIN" />
-    <util:constant id="RevocationMethod.TOKEN" static-field="net.shibboleth.oidc.profile.oauth2.config.OAuth2TokenRevocationConfiguration$OAuth2TokenRevocationMethod.TOKEN" />
-
     <!-- Default client-auth JWT validation wiring. -->
 
     <bean id="AdaptedRelyingPartyIdLookup" class="net.shibboleth.utilities.java.support.logic.BiFunctionSupport"

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


More information about the commits mailing list