[java-plugin-shibd-oidc] branch main updated: Remove redundant mapper
Codeberg
noreply at shibboleth.net
Thu Dec 4 17:20:26 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd-oidc.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-oidc/commit/c96fd85d3c270e78398d475908945935b14ea6d0
The following commit(s) were added to refs/heads/main by this push:
new c96fd85 Remove redundant mapper
c96fd85 is described below
commit c96fd85d3c270e78398d475908945935b14ea6d0
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Dec 4 17:20:18 2025 +0000
Remove redundant mapper
---
.../net/shibboleth/sp/oidc/profile/impl/PrepareAgentResponse.java | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/PrepareAgentResponse.java b/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/PrepareAgentResponse.java
index a1f8ec6..5b0a722 100644
--- a/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/PrepareAgentResponse.java
+++ b/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/PrepareAgentResponse.java
@@ -33,7 +33,6 @@ import com.nimbusds.openid.connect.sdk.OIDCTokenResponse;
import net.shibboleth.oidc.profile.context.AccessTokenResponseContext;
import net.shibboleth.shared.annotation.constraint.NonnullBeforeExec;
import net.shibboleth.shared.logic.Constraint;
-import net.shibboleth.shared.logic.FunctionSupport;
import net.shibboleth.shared.primitive.LoggerFactory;
import net.shibboleth.shared.security.DataSealer;
import net.shibboleth.shared.security.DataSealerException;
@@ -69,10 +68,7 @@ public class PrepareAgentResponse extends AbstractTokenConsumerResponseAction {
/** Optional data sealer to use. */
@Nullable private DataSealer dataSealer;
-
- /** A mapping function that maps parameters in access tokens to DDF parameters to include in the session data. */
- @Nonnull private final Function<AccessToken, DDF> abitraryParameterMapper;
-
+
/**
* Constructor.
*/
@@ -80,8 +76,6 @@ public class PrepareAgentResponse extends AbstractTokenConsumerResponseAction {
accessTokenResponseContextLookupStrategy =
new ChildContextLookup<>(AccessTokenResponseContext.class).compose(
new InboundMessageContextLookup());
-
- abitraryParameterMapper = FunctionSupport.constant(null);
}
/**
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list