-
Bug
-
Resolution: Tracked Elsewhere
-
High
-
None
-
5
-
Severity 3 - Minor
-
Issue Summary
When a JSD user attempts to access a Confluence KB article linked to a JSD project directly the images on the page fail to load as the permissions against the media API fail and result ina 403.
Environment
Cloud
Confluence space linked to JSD project as KB.
Steps to Reproduce
- Create a JSD project.
- Create a Confluence space.
- Link the Confluence space to the JSD project as a KB.
- Edit space permissions so JSD users have read access to the space.
- Create a page with images in the Confluence KB space.
- Create a category for KB articles in JSD project and add the page with images to the category so it can be easily accessed via the portal.
- Create a user who only has a JSD license.
- Login as the JSD user and view the page with images via both the customer portal and the page directly via Confluence.
Expected Results
The page loads correctly in both the portal view and Confluence.
Actual Results
The page loads correctly in the portal view, however, the images will not load when the pages are accessed directly via Confluence.
JSD Portal | Confluence |
---|---|
The below exception is thrown in the network tab of the browser dev tools:
{statusCode: 403, data: {authorized: false, valid: false,…},…} data: {authorized: false, valid: false,…} authorized: false errors: [{message: {translation: "Not permitted to access media service configuration data.", args: []}}] 0: {message: {translation: "Not permitted to access media service configuration data.", args: []}} successful: false valid: false message: "com.atlassian.confluence.api.service.exceptions.PermissionException: Not permitted to access media service configuration data." statusCode: 403
Workaround
Access the desired pages via the JSD customer portal to view images.
- is related to
-
CONFCLOUD-69522 Unlicensed users cannot view images in Confluence Space
- Closed
- relates to
-
CONFCLOUD-67252 User with only JIRA access in the instance, cannot access the Public Confluence Space
- Closed
-
CONFCLOUD-53598 Service Desk customers can't access public Confluence pages
- Closed
-
CONFCLOUD-30161 Allow unlicensed, authenticated users to have anonymous read only access
- Closed
- mentioned in
-
Page Loading...