[java-oidc-common] branch main updated: JCOMOIDC-79 - Add protocol message logging support to the AbstractOIDCMessageEncoder

Phil Smart philip.smart at jisc.ac.uk
Tue Aug 8 17:50:56 UTC 2023


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

philsmart pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=3e50f7789c1135cab3115750b07f16a892e34e0d

The following commit(s) were added to refs/heads/main by this push:
     new 3e50f77  JCOMOIDC-79 - Add protocol message logging support to the AbstractOIDCMessageEncoder
3e50f77 is described below

commit 3e50f7789c1135cab3115750b07f16a892e34e0d
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Aug 8 18:50:54 2023 +0100

    JCOMOIDC-79 - Add protocol message logging support to the
    AbstractOIDCMessageEncoder
    
     - Switch suffix to OAUTH2
    
    https://shibboleth.atlassian.net/browse/JCOMOIDC-79
---
 .../oidc/profile/encoding/impl/AbstractOIDCMessageEncoder.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/encoding/impl/AbstractOIDCMessageEncoder.java b/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/encoding/impl/AbstractOIDCMessageEncoder.java
index 69ca70a..e9a7195 100644
--- a/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/encoding/impl/AbstractOIDCMessageEncoder.java
+++ b/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/encoding/impl/AbstractOIDCMessageEncoder.java
@@ -54,7 +54,7 @@ public abstract class AbstractOIDCMessageEncoder extends AbstractHttpServletResp
     /** Constructor. */
     protected AbstractOIDCMessageEncoder() {
         authorizationParamsAreValidPredicate = Predicates.alwaysTrue();
-        setProtocolMessageLoggerSubCategory("OIDC");
+        setProtocolMessageLoggerSubCategory("OAUTH2");
     }
     
     /**

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


More information about the commits mailing list