Hi,
I’ve made a 3LO App that follows the authentication flow described here.
So far so good and I can login as user and get user details from https://api.atlassian.com/me
.
I would only need the User Identity API scope. But for testing I’ve added all Confluence API, User REST API, User Identity API
The problem now is, when I access the acccessible-resources endpoint at https://api.atlassian.com/oauth/token/accessible-resources
as described in the documentation: The endpoint always returns 200 with an empty array. (json “”). But I just confirmed access to a Cloud instance on the log in screen? And the call returns fine. Retried also with another Atlassian Cloud instance but the list is still empty.
Any ideas? – My goal is to get the BaseURL of Jira/Confluence which the users did choose on the log in window.
Thanks
Lukas