[java-idp-oidc] branch main updated: JOIDC-45 Improve logging of OIDCMetadataLookupHandler
Henri Mikkonen
henri.mikkonen at iki.fi
Fri May 21 16:11:51 UTC 2021
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=93e47a8aa758248b3047092bbca1b88360987197
The following commit(s) were added to refs/heads/main by this push:
new 93e47a8a JOIDC-45 Improve logging of OIDCMetadataLookupHandler
93e47a8a is described below
commit 93e47a8aa758248b3047092bbca1b88360987197
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri May 21 19:11:10 2021 +0300
JOIDC-45 Improve logging of OIDCMetadataLookupHandler
https://issues.shibboleth.net/jira/browse/JOIDC-45
---
.../idp/plugin/oidc/op/profile/impl/OIDCMetadataLookupHandler.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/OIDCMetadataLookupHandler.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/OIDCMetadataLookupHandler.java
index 6059dc36..c75e4ee0 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/OIDCMetadataLookupHandler.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/OIDCMetadataLookupHandler.java
@@ -107,7 +107,7 @@ public class OIDCMetadataLookupHandler extends AbstractMessageHandler {
try {
final OIDCClientInformation clientInformation = clientResolver.resolveSingle(criteria);
if (clientInformation == null) {
- log.info("{} No client information returned for {}", getLogPrefix(), clientId);
+ log.debug("{} No client information returned for {}", getLogPrefix(), clientId);
return;
}
final OIDCMetadataContext oidcCtx = new OIDCMetadataContext();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list