[java-idp-plugin-oidc-rp] branch main updated: Add response_mode override log statement

Phil Smart philip.smart at jisc.ac.uk
Mon Apr 8 10:11:45 UTC 2024


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

philsmart 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=d58dc281c07b19a29b9e209f1aea0d32b1856d2e

The following commit(s) were added to refs/heads/main by this push:
     new d58dc28  Add response_mode override log statement
d58dc28 is described below

commit d58dc281c07b19a29b9e209f1aea0d32b1856d2e
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Apr 8 11:11:43 2024 +0100

    Add response_mode override log statement
---
 .../authn/oidc/rp/messaging/impl/AddResponseTypeAndModeHandler.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddResponseTypeAndModeHandler.java b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddResponseTypeAndModeHandler.java
index 02e1694..689c80d 100644
--- a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddResponseTypeAndModeHandler.java
+++ b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddResponseTypeAndModeHandler.java
@@ -56,6 +56,8 @@ public class AddResponseTypeAndModeHandler extends AbstractOIDCAuthenticationReq
         final String responseModeFromProfile = 
                 getProfileConfiguration().getResponseMode(lookupProfileRequestContext(messageContext)); 
         final ResponseMode responseModeOverride = parseResponseMode(responseModeFromProfile);
+        log.trace("{} response mode override from profile config '{}', parsed as '{}'",getLogPrefix(), responseModeFromProfile, 
+                responseModeOverride);
                 
         final ResponseMode compatibleMode = ResponseMode.resolve(null, responseType);
         if (compatibleMode == null) {

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


More information about the commits mailing list