[java-idp-plugin-oidc-rp] branch main updated: Logging improvement

Phil Smart philip.smart at jisc.ac.uk
Wed Mar 26 09:41:32 UTC 2025


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=cf443c61ffcc6d8a8561efeea77fdfe1d0c4e37d

The following commit(s) were added to refs/heads/main by this push:
     new cf443c6  Logging improvement
cf443c6 is described below

commit cf443c61ffcc6d8a8561efeea77fdfe1d0c4e37d
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Mar 26 09:41:29 2025 +0000

    Logging improvement
---
 .../idp/plugin/authn/oidc/rp/impl/InitializeOAuth2ClientContext.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/InitializeOAuth2ClientContext.java b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/InitializeOAuth2ClientContext.java
index 35772f0..8f117bf 100644
--- a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/InitializeOAuth2ClientContext.java
+++ b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/InitializeOAuth2ClientContext.java
@@ -153,7 +153,7 @@ public class InitializeOAuth2ClientContext extends AbstractProfileAction {
         
         final String clientId = profileConfiguration.getClientId(profileRequestContext);
         if (StringSupport.trimOrNull(clientId) == null) {
-            log.error("{} No client_id found from profile configuration", getLogPrefix());
+            log.error("{} No client_id found from the profile configuration", getLogPrefix());
             ActionSupport.buildEvent(profileRequestContext, IdPEventIds.INVALID_RELYING_PARTY_CONFIG);
             return;
         }

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


More information about the commits mailing list