Does anyone know if it is possible to run a script to get authentication key using JWT token in Oracle Integration Cloud?
I have an integtration that is working well, that makes a call using an API in OIC. However, the authentication method for that API is from a key from JWT token. To get that key, I am currently manually running a python script in VS code to get that key, and then pasting that into the integration connection anytime I run. The key expires, so I need to do this when I run it.
Anyone know of a way to make that JWT authentication call in Oracle Integration Cloud so I can automate this?