Configuring JWT on CICS TG
You must edit the ctg.ini file to set values for the JWTTOKENPROVIDER and IPICSERVER parameters.
- Define a JWTTOKENPROVIDER
Example:
SECTION JWTTOKENPROVIDER = TOKENPROVIDERA DESCRIPTION = Test ALGORITHM = HS256 SECRETKEY = secret USERIDENTIFIER = sub ENDSECTIONFor more information about Configuring JWT security token providers refer JWT provider section
- Define an IPICSERVER definition for your CICS Server:
- Set HOSTNAME to the TCP/IP host name or TCP/IP address on which CICS is listening.
- Set PORT to the port number that your CICS Server uses to listen for incoming IPIC requests; for example:
SECTION IPICSERVER = CICSS HOSTNAME=cicssrv2.company.com PORT=50889 TOKENPROVIDERS=TOKENPROVIDERA ENDSECTION - Save your updated ctg.ini file.
- Start CICS TG to apply the new definitions.