Hi there,
My purpose is to encrypt a communication using JWT tokens. I am developing on IRIS and my purpose is to generate a JWT token that will run on an older version of Cache (so I have to use functions that are compatible with the older version, Cache).
I wrote this code in IRIS:
s username = "user-test123"
s payload = {"id": "test-id-123", "username": "test-username"}
s alg = "HS256"
This code works and the output is so:
%OAuth2.JWKS.AddOct generated a key in the 3rd argument, "jwks".
.png)
.png)
.jpg)
.png)
.png)