Hi,
We are currently evaluating whether we can use Forge or Connect for our specific use-case.
We want to create a Jira app that allows our external application to call the Jira Rest API via a Oauth/JWT or similar setup. Connect seems to have this functionality integrated by generating a JWT token which allows us to access the JIRA API.
Is it also possible to do something similar with Forge? Since Forge is the newer platform, we’d prefer to with Forge. We have done a couple of tests and can’t find anything in de docs about this. The only thing we ended up with is using WebTriggers. But WebTriggers have no authentication/security in place and we’d also have to write a layer on top of the JIRA API in forge, which is kind of redundant.
Is there any way of authenticating a 3rd party app with a Forge app so one can access the JIRA Rest API or are there any plans for this in the future?