[java-idp-oidc] 02/02: Fix incorrect class reference in the class logger.

Codeberg noreply at shibboleth.net
Fri May 8 06:03:56 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-oidc/commit/0807821659fe6ba5a09144c06a52a825aee9875c

commit 0807821659fe6ba5a09144c06a52a825aee9875c
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri May 8 09:03:22 2026 +0300

    Fix incorrect class reference in the class logger.
---
 .../idp/plugin/oidc/op/profile/impl/AddScopeToClientMetadata.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/AddScopeToClientMetadata.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/AddScopeToClientMetadata.java
index 0667b9c3..9a67a80f 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/AddScopeToClientMetadata.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/AddScopeToClientMetadata.java
@@ -33,7 +33,7 @@ import net.shibboleth.shared.primitive.LoggerFactory;
 public class AddScopeToClientMetadata extends AbstractOIDCClientMetadataPopulationAction {
 
     /** Class logger. */
-    @Nonnull private final Logger log = LoggerFactory.getLogger(AddRedirectUrisToClientMetadata.class);
+    @Nonnull private final Logger log = LoggerFactory.getLogger(AddScopeToClientMetadata.class);
     
     /** The default {@link Scope} if it was not defined in the request. */
     @Nonnull private Scope defaultScope;

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


More information about the commits mailing list