OAUTH2 - How to create add-on with the ACT_AS_USER scope

Hello, my team is looking to create a Jira cloud plugin that requires the client secret and oauth ClientId. Looking at the readme in the atlassian-oauth2-samples bitbucket repo, it says that we ‘need an add-on with the ACT_AS_USER scope’. I cannot find any more documentation on how to make this add-on. Can anyone point me in the right direction?

https://bitbucket.org/atlassian/atlassian-oauth2-samples/src/44d57b7278e6?at=master

Hi @jasper

Here are the docs that relate to OAuth 2 bearer tokens that allow you to ACT_AS_USER in your Connect app.

https://developer.atlassian.com/cloud/jira/platform/oauth-2-jwt-bearer-token-authorization-grant-type/

2 Likes