[java-identity-provider] branch main updated: Lower logging on unmapped Attributes.

Scott Cantor cantor.2 at osu.edu
Tue Mar 18 17:41:45 UTC 2025


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=83728c223116ebe48459f5e6c9dfa9ffbf85ed38

The following commit(s) were added to refs/heads/main by this push:
     new 83728c223 Lower logging on unmapped Attributes.
83728c223 is described below

commit 83728c223116ebe48459f5e6c9dfa9ffbf85ed38
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 18 13:41:04 2025 -0400

    Lower logging on unmapped Attributes.
---
 .../idp/saml/saml2/profile/impl/ValidateSAMLAuthentication.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ValidateSAMLAuthentication.java b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ValidateSAMLAuthentication.java
index 493cb2c40..5e05de843 100644
--- a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ValidateSAMLAuthentication.java
+++ b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ValidateSAMLAuthentication.java
@@ -536,7 +536,7 @@ public class ValidateSAMLAuthentication extends AbstractValidationAction {
         
         final Collection<TranscodingRule> transcodingRules = registry.getTranscodingRules(input);
         if (transcodingRules.isEmpty()) {
-            log.info("{} No transcoding rule for Attribute (Name '{}', NameFormat: '{}')", getLogPrefix(),
+            log.debug("{} No transcoding rule for Attribute (Name '{}', NameFormat: '{}')", getLogPrefix(),
                     input.getName(), input.getNameFormat() != null ? input.getNameFormat() : Attribute.UNSPECIFIED);
             return;
         }
@@ -607,4 +607,4 @@ public class ValidateSAMLAuthentication extends AbstractValidationAction {
                     apply(profileRequestContext));
     }
 
-}
\ No newline at end of file
+}

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


More information about the commits mailing list