hi @JanetCarr,
I am looking for a very similar solution (although in the opposite direction):
I was able to perform full OAuth 2.0 (3LO) dance using cURL. Read my latest comment and try to follow the documentation (it was updated lately).
Now I’m mostly concern about this:
Note that making your app public does not make it available on the Atlassian Marketplace. Listing a OAuth 2.0 (3LO) app on the Atlassian Marketplace is currently not supported.
Additionally: your two-apps solution intrigued me. With OAuth I have to ask each and every user to authorise. With two apps I only have to convince admin to make two installs.
I am just curios how do you link these separate instances?
ACE for product “A” simplifies making request to the same product by reusing JWT. In other words it’s easy to make a request from JIRA Add-on to JIRA API as long as you a JWT delivered with user request. Having a secondary JIRA Confluence Add-on is not enough as you can’t reuse the same JWT from JIRA.