IBM has several application specific products that include OAuth 2.0 SMTP clients, but none for general use that I am aware of. Liberty has OAuth 2.0 capability but not an SMTP client. Since this VSE shop is clearly not running z/OS software, presumably their question is whether it is possible to write an SMTP client with OAuth capability, and that answer is yes, possible but with limited market demand for the capability. On VSE there is avalable an embedded Liberty in CICS which most likely would have the OAuth 2.0 capability.
On Thu, Jun 15, 2023 at 9:17 AM Andrew Rowley <[email protected]> wrote: > On 14/06/2023 11:57 pm, Tony Thigpen wrote: > > Asking for a VSE shop so he can answer an auditing 'request': > > > > Are there any SMTP clients on z/OS that support OAuth? > > > > I haven't used or tested it for OAuth, but Java usually provides an easy > way to implement functions used on other platforms on z/OS. I would > expect the JavaMail/Jakarta Mail OAuth examples to work on z/OS. > https://javaee.github.io/javamail/OAuth2 > > It should be usable stand alone, and it looks like it is included in > WebSphere Liberty? > https://www.ibm.com/docs/en/was-liberty/base?topic=features-javamail-16 > > It depends what you mean by a client I guess, whether Java support > counts or if you are looking for a pre-built product. > > -- > Andrew Rowley > Black Hill Software > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
