Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I consume Activity Streams using an OAuth2 App?

David Reisch
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 15, 2020

Hi

I am trying to setup an App at https://developer.atlassian.com/apps/ that will let a user authorize me to consume a Jira activity stream (https://my.atlassian.net/activityon their behalf.

According to documentation (https://developer.atlassian.com/server/framework/atlassian-sdk/consuming-an-activity-streams-feed/), this is only possible via RSS, which I am prepared to do, butthis has limited authentication options, such as os_authType=basic.

 

What I have tried:

* Bearer token obtained via OAuth2 flow

* Basic auth using OAuth2 client id/secret

* Basic auth using OAuth2 client id/Bearer token

* Basic auth using user id/ OAuth2 client Bearer token

* Various values of os_authType

 

Is what I am attempting possible?

 

Thanks

0 answers

Suggest an answer

Log in or Sign up to answer