This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


    from 88bbfb95c4 JAMES-4154 Refactor message content deletion (#2884)
     new 0d8c9fb430 [ENHANCEMENT] OIDC SASL code refactoring
     new 885fafa806 [ENHANCEMENT] OIDC SASL should validat AUD

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:
 protocols/api/pom.xml                              |   4 +
 .../james/protocols/api/OidcSASLConfiguration.java | 115 -----------
 .../apache/james/imap/api/process/ImapSession.java |   2 +-
 .../apache/james/imap/encode/FakeImapSession.java  |   2 +-
 .../imap/processor/AuthenticateProcessor.java      |  37 +---
 .../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 |  75 ++++++-
 .../apache/james/jwt/OidcSASLConfiguration.java    | 229 +++++++++++++++++++++
 .../apache/james/jwt/OidcJwtTokenVerifierTest.java | 121 ++++++++---
 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/ConfigurationAuthHook.java    |   2 +-
 .../james/smtpserver/UsersRepositoryAuthHook.java  |  38 +---
 .../apache/james/smtpserver/netty/SMTPServer.java  |   2 +-
 23 files changed, 414 insertions(+), 239 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]

Reply via email to