[java-idp-oidc] branch main updated: Fix log message.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 11 14:47:19 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor 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=97bf9574c36b295093d3dbd1539495c64126c5da
The following commit(s) were added to refs/heads/main by this push:
new 97bf9574 Fix log message.
97bf9574 is described below
commit 97bf9574c36b295093d3dbd1539495c64126c5da
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 11 10:47:16 2024 -0400
Fix log message.
---
.../oidc/op/profile/logic/AttributeResolutionSubjectLookupFunction.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/logic/AttributeResolutionSubjectLookupFunction.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/logic/AttributeResolutionSubjectLookupFunction.java
index 285f5e70..f4fba85d 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/logic/AttributeResolutionSubjectLookupFunction.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/logic/AttributeResolutionSubjectLookupFunction.java
@@ -169,7 +169,7 @@ public class AttributeResolutionSubjectLookupFunction extends AbstractIdentifiab
}
}
} catch (final ServiceException e) {
- log.error("Attribute transoding service unavailable");
+ log.error("Attribute transcoding service unavailable");
}
log.warn("Unable to produce a viable 'sub' claim");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list