[java-identity-provider] branch maint-5.1 updated: Lower logging on unmapped Attributes.
Scott Cantor
cantor.2 at osu.edu
Tue Mar 18 17:41:28 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-5.1
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=5456c4ca7a00d83d86916386e0e07298df879f68
The following commit(s) were added to refs/heads/maint-5.1 by this push:
new 5456c4ca7 Lower logging on unmapped Attributes.
5456c4ca7 is described below
commit 5456c4ca7a00d83d86916386e0e07298df879f68
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