Content Editors Getting 403 Forbidden on RichText stylesheet in backoffice: " ApiError The authenticated user do not have access to this resource" #17570
Labels
affected/v14
affected/v15
area/backend
state/reproduced
state/sprint-candidate
We're trying to get this in a sprint at HQ in the next few weeks
type/bug
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
14.3.0
Bug summary
When a backoffice user is a content editor, NOT an administrator, and editing a property that is a richtext editor that has been configured with a stylesheet, they receive a validation error "ApiError - The authenticated user do not have access to this resource" and the browser logs a "403 Forbidden" response on the request for the css file(s).
Specifics
I have a proprty on a block grid element set up as type Umb.PropertyEditorUi.TinyMCE | Umbaraco.RichText.
In its configuration it is set up with a stylesheet to be used in the backoffice
When I log in as a content editor and try to place this block on a page and insert content into this richtext editor I get errors
These errors do not appear if I log in as an administrator, but I do not want to give my content editors administrator access.
Steps to reproduce
Set up a richtext editor on a property. Add stylesheets to that richtext editor's property. Log in as a content editor and try to edit that richtext property's value. See screenshots in the bug specifics.
Expected result / actual result
I should see the richtext box styled by the configured CSS and not receive 403 Forbidden responses when loading the CSS
This item has been added to our backlog AB#46200
The text was updated successfully, but these errors were encountered: