This is an automated email from the ASF dual-hosted git repository.
btellier pushed a change to branch 3.8.x
in repository https://gitbox.apache.org/repos/asf/james-project.git
from c44cb0353b [maven-release-plugin] prepare for next development
iteration
new 547a3ccf87 [ENHANCEMENT] OIDC SASL code refactoring
new 44a21f8859 [ENHANCEMENT] OIDC SASL should validat AUD
new dc05bf412a [BUILD] Fix docker client API issue
new a0383666fb [BUILD] Fix tmpfs permission mode
new bd3ef27a8b [UPDATE] ClamAV docker image to 1.4
new 095643daae fixup! [ENHANCEMENT] OIDC SASL should validat AUD
The 6 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:
Jenkinsfile | 4 +-
.../backends/opensearch/DockerOpenSearch.java | 4 +-
protocols/api/pom.xml | 4 +
.../james/protocols/api/OidcSASLConfiguration.java | 113 -----------
.../apache/james/imap/api/process/ImapSession.java | 2 +-
.../apache/james/imap/encode/FakeImapSession.java | 2 +-
.../imap/processor/AuthenticateProcessor.java | 39 +---
.../protocols/lmtp/LMTPConfigurationImpl.java | 2 +-
.../james/protocols/smtp/SMTPConfiguration.java | 2 +-
.../protocols/smtp/SMTPConfigurationImpl.java | 2 +-
.../protocols/smtp/core/esmtp/AuthCmdHandler.java | 2 +-
.../apache/james/protocols/smtp/hook/AuthHook.java | 2 +-
server/protocols/jwt/pom.xml | 4 +
.../org/apache/james/jwt/OidcJwtTokenVerifier.java | 80 +++++++-
.../apache/james/jwt/OidcSASLConfiguration.java | 226 +++++++++++++++++++++
.../apache/james/jwt/OidcJwtTokenVerifierTest.java | 127 +++++++++---
server/protocols/protocols-imap4/pom.xml | 2 +-
.../apache/james/imapserver/netty/IMAPServer.java | 2 +-
.../james/imapserver/netty/NettyImapSession.java | 2 +-
server/protocols/protocols-lmtp/pom.xml | 2 +-
.../apache/james/lmtpserver/netty/LMTPServer.java | 2 +-
server/protocols/protocols-smtp/pom.xml | 2 +-
.../james/smtpserver/UsersRepositoryAuthHook.java | 40 +---
.../apache/james/smtpserver/netty/SMTPServer.java | 2 +-
.../java/org/apache/james/clamav/DockerClamAV.java | 2 +-
25 files changed, 422 insertions(+), 249 deletions(-)
delete mode 100644
protocols/api/src/main/java/org/apache/james/protocols/api/OidcSASLConfiguration.java
create mode 100644
server/protocols/jwt/src/main/java/org/apache/james/jwt/OidcSASLConfiguration.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]