IBM / IBM-QRadar-Universal-Cloud-REST-API

These workflows are provided for sample usage, new submissions and updates from the community, and are NOT supported by IBM.
46 stars 92 forks source link

Zoom Protocol Change JWT to Server-to-Server OAuth #152

Closed 0x1005 closed 1 week ago

0x1005 commented 1 year ago

Hello,

Zoom about to expire jwt protocol. "The [JWT app type will be deprecated in June, 2023]. We recommend that you create (https://marketplace.zoom.us/docs/guides/build/oauth-app) apps to replace the functionality of a JWT app in your account." Can you modify Workflow xml?

Best Regards.

ChrisCollinsIBM commented 4 months ago

Hi @0x1005, the Zoom workflow at https://github.com/IBM/IBM-QRadar-Universal-Cloud-REST-API/tree/master/IBM%20Proof%20Of%20Concept/Zoom was provided as a POC example of how to use the framework. None of the workflows published there are supported or necessarily production ready.

There are other examples of OAUTH in other community developed workflows that could be used as a baseline for an update, but someone would have to implement those changes:

https://github.com/IBM/IBM-QRadar-Universal-Cloud-REST-API/blob/b3a36e5f4fa16c95890c2b32d11ebd098624ec0e/Community%20Developed/Gem/Gem-Workflow.xml#L16

https://github.com/IBM/IBM-QRadar-Universal-Cloud-REST-API/blob/b3a36e5f4fa16c95890c2b32d11ebd098624ec0e/Community%20Developed/Wiz/Wiz-Workflow.xml#L74

https://github.com/IBM/IBM-QRadar-Universal-Cloud-REST-API/blob/b3a36e5f4fa16c95890c2b32d11ebd098624ec0e/Community%20Developed/ObserveIT/ObserveIT-Workflow.xml#L35

We do encourage community updates and offer assistance where we can in suggestions and examples.