[java-idp-oidc] branch main updated: JOIDC-90 - Revocation of individual tokens

Henri Mikkonen henri.mikkonen at iki.fi
Tue Jun 28 12:15:30 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=a46e3b9b188afbad1ec955ad29926a312dc3a0ca

The following commit(s) were added to refs/heads/main by this push:
     new a46e3b9b JOIDC-90 - Revocation of individual tokens
a46e3b9b is described below

commit a46e3b9b188afbad1ec955ad29926a312dc3a0ca
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Jun 28 15:14:50 2022 +0300

    JOIDC-90 - Revocation of individual tokens
    
    https://shibboleth.atlassian.net/browse/JOIDC-90
    
    Use the flag for the revocation lifetime fetching function for searching the config from the tree.
---
 .../net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateGrant.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateGrant.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateGrant.java
index 50d80b95..14ba449b 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateGrant.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateGrant.java
@@ -108,6 +108,7 @@ public class ValidateGrant extends AbstractOIDCTokenResponseAction {
         relyingPartyContextLookupStrategy = new ChildContextLookup<>(RelyingPartyContext.class);
         refreshTokensEnabledPredicate = new RefreshTokensEnabledPredicate();
         chainRevocationLifetimeLookupStrategy = new RevocationLifetimeLookupFunction();
+        ((RevocationLifetimeLookupFunction) chainRevocationLifetimeLookupStrategy).setUseActiveProfileOnly(false);
     }
 
     /**

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


More information about the commits mailing list