-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 7.9.2, 8.20.10
-
Component/s: Application Links
-
7.09
-
24
-
Severity 2 - Major
-
3
Issue Summary
users are shown as logged in (into Jira) if they are watching a confluence space and a new confluence page with the Jira Issue/Filter macro or the Jira Charts macro is added.
Everytime a linked application pulls data from JIRA for a user, it will use an OAuth connection towards JIRA to verify if the user has the correct permissions and credentials to view the specified data. This could be a macro within Confluence, but also a linked JIRA issue.
When showing any content to a user, Jira checks the permission of the user viewing the page as otherwise, it could end up in a security issue.
Steps to Reproduce
- make sure that Jira and Confluence share the same userbase
- create an Oauth application link between Jira and Confluence.
- create a space in Confluence
- add some users as watchers of the newly created space
- with a different user, create a new page under the newly created space and either insert in the page the Jira Issue/Filters macro or the Jira Charts macro.
- observe into Jira access logs into the Jira Web UI user management that the users watching the space in Confluence are shown as logged in Jira even if they didn't logged in Jira.
This behaviour has been tested with Jira 7.9.2 and Confluence 6.14.3.
Expected Results
Users should not login into Jira.
Actual Results
Users watching the space are marked as logged in Jira.
Workaround
The only workaround that I found consist into removing the Confluence application access group to the users which we don't want to see as logged in Jira.
- is mentioned by
-
MNSTR-3843 Loading...
- relates to
-
RAID-1900 Loading...