[java-idp-oidc] 01/02: Adjust a log level to correspond with SAMLMetadataLookupHandler.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Feb 19 10:21:01 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=eee5bb2208a974dce6a7fde1ece2b0cf3a4b605a
commit eee5bb2208a974dce6a7fde1ece2b0cf3a4b605a
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Feb 19 12:08:00 2021 +0200
Adjust a log level to correspond with SAMLMetadataLookupHandler.
---
.../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 25ddb830..6059dc36 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.warn("{} No client information returned for {}", getLogPrefix(), clientId);
+ log.info("{} 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