You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved endpoint and obsoleted the old one to avoid breaking changes..
The issue is the auth policies cannot be overridden.. You need all of them, and the controller requires you to have access to member types
…requirements (#11264)
* Fixed#11258
Moved endpoint and obsoleted the old one to avoid breaking changes..
The issue is the auth policies cannot be overridden.. You need all of them, and the controller requires you to have access to member types
* Update src/Umbraco.Web.BackOffice/Controllers/MemberTypeQueryController.cs
Co-authored-by: Nikolaj Geisle <[email protected]>
Co-authored-by: Nikolaj Geisle <[email protected]>
Which exact Umbraco version are you using? For example: 8.13.1 - don't just write v8
9.0.0
Bug summary
If you login with a User that has no access to the Settings section, but does have access to the Members section, you will get the following error:
Specifics
No response
Steps to reproduce
Expected result / actual result
No error is shown and/or the API should not be authorized for the Settings section permission only.
This item has been added to our backlog AB#14271
The text was updated successfully, but these errors were encountered: