[java-idp-oidc] branch main updated (219ae1e5 -> 843ee7ac)
Henri Mikkonen
henri.mikkonen at iki.fi
Tue Jun 10 10:56:53 UTC 2025
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a change to branch main
in repository java-idp-oidc.
from 219ae1e5 JOIDC-244 - Support client authentication JWT header type validation
new 39810c52 JOIDC-243 - Wire audit extractor for destination URL
new 843ee7ac JOIDC-236 - Audit logging for OAuth2Client login flow
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...ava => ValidatedRedirectUriAuditExtractor.java} | 26 +++----
...thenticationJWTPayloadClaimsAuditExtractor.java | 91 ++++++++++++++++++++++
.../oidc/op/authn/audit/impl}/package-info.java | 6 +-
.../META-INF/net.shibboleth.idp/postconfig.xml | 6 ++
.../authn/OAuth2Client/OAuth2Client-beans.xml | 53 ++++++++++++-
5 files changed, 164 insertions(+), 18 deletions(-)
copy idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/audit/impl/{SubjectValueAuditExtractor.java => ValidatedRedirectUriAuditExtractor.java} (77%)
create mode 100644 idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/authn/audit/impl/ClientAuthenticationJWTPayloadClaimsAuditExtractor.java
copy {idp-oidc-extension-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/admin => idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/authn/audit/impl}/package-info.java (81%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list