Skip to Main Content
Cloud Platform
Hide about this portal


This is an IBM Automation portal for Cloud Platform products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.


Request for enhancement to local JWT generation functionality in Liberty under z/OS Connect

See this idea on ideas.ibm.com

Request for enhancement to local JWT generation functionality in Liberty under z/OS Connect:

Background:

As part of a firm migration project for one of our bank’s cards, we were required to migrate our z/OS requester API’s to a new external vendor in order to be able to continue servicing our cards.  In contrast to the exiting vendor, the new vendor requires JWTs for authentication and optionally JWE’s.

 Problem:

As we worked on the implementation with IBM case support and enabled token signing and encryption in liberty’s server.xml we found a couple of issues:

  1. The keyID (kid) is autogenerated based on the pubkey hash of the certificate, whereas the vendor requires the kid to be the cert’s serial number.
  2. The vendor requires the kid and another claim for the merchant id to be placed in the JWT Header, whereas the current implementation places any claims that we specify in the JWT payload instead.
  3. When creating a JWE – there is no option to add a digest of the json body in a specified digest algo like sha256.

Proposed Enhancements:

  1. Allow the caller to specify whether claims should be included in the JWT Payload or in the JWT Header, preferably in the same server.xml tag for claims under zosconnect_authTokenLocal / claims.
  2. Allow the kid to be generated based on a cert serial number or to be defined in the claims and then not be overwritten by the system.
  3. Allow and x5c claim to be included based on the cert chain for the requested cert.
  4. For Encryption or also for signing if needed – allow a json body digest to be created.

Examples:

Currently possible in local JWT on z/OS Connect Liberty: Refer picture 1
After proposed enhancement: Refer picture 2

Idea priority Medium