JWS/JWT Header X5C
Hello All,
I'm trying to sign some custom JWT with x.509 certs but running into a problem with the signed JWT containing some information I need in the JOSE header.
Is there a way to get the "X5C:[]" header included in the signed JTW? IS this as easy as setting something like the following
Set JOSE("x5c") = "public key"
Thanks
John
Product version: IRIS 2023.1
According to IRIS docs, "to include custom header parameters [in a JOSE array], ... first define them as key/value pairs in a dynamic object... [then] add it to a node of the JOSE array using the
custom
subscript."https://docs.intersystems.com/iris20231/csp/docbook/DocBook.UI.Page.cls?...