webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Signing JWT token using ES256 Algorithm

    Posted Mon November 27, 2023 04:37 PM

    Product/components used and version/fix level:

    webMethods 10.5 and CoreFix 7

    Detailed explanation of the problem:

    Need help, is their a way to generate signed JWT using ES256 Algorithm. We on lower version. so we do not have built in service under pub.jwt…

    Error messages / full error message screenshot / log file:

    Tried using the java service in Forum. but it only works for SHA256 . is their java service to generate token using EC Keypair.

    Question related to a free trial, or to a production (customer) instance?


    #webMethods


  • 2.  RE: Signing JWT token using ES256 Algorithm

    Posted Sun December 17, 2023 08:48 AM

    The code sample provided appears to use the java.security.Signature class which provides support for a limited set of algorithms , you could evaluate some open source providers for ES256.
    Alternatively , you could log a feature request for this too.

    -NP


    #webMethods


  • 3.  RE: Signing JWT token using ES256 Algorithm

    Posted Fri April 12, 2024 12:41 PM

    I created java service using nimbus-jose Libraries. Thanks for your help

    https://www.javadoc.io/doc/com.nimbusds/nimbus-jose-jwt/latest/index.html


    #webMethods