-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Authorization has been denied for this request." for all other user groups than 'Administrators' #10005
Comments
Could it be that you recently upgraded from a version before 8.7 or lower to version 8.12.1? If so, is there a User Picker on the content item that is causing a logout for your users? We've just fixed a bug with the user picker that was causing these symptoms, and we'll have a new release out by Tuesday to solve the problem: #9983 Could that be it? |
No this was on a newly installed version 8.12.1. |
@aso-pentia alright, very strange, could you open up the dev tools in your browser on the network panel and see which request is causing a logout to occur please? |
Oh sorry, I didn't see in your screenshots above it's |
Hmmm, nothing has changed here that I can see, do you have any dashboards installed in the content section @aso-pentia? |
I really need to read better, you navigate to a content node where you get logged out. Any Content Apps installed? What datatypes does this content node use? |
Thanks for taking the time @nul800sebastiaan.
|
@aso-pentia I'm afraid you're going to have to dig in further yourself, the I haven't seen any other reports of this and I suspect this might just be an upgrade problem or something (have you updated your ClientDependency version and cleared browser cache?). 10005.mp4I'm going to close this for now but if there's any additional steps to reproduce we can reopen it of course. Might be good to get some help on the forum as well if you checked the upgrade is definitely complete. |
Just in case this should help anyone in the future, I started seeing this issue too. I would try to view a content node as an Editor, in the network logs I could see a request to It turned out I had a custom content app on this content node, that used an angular controller with a (I realise the author mentions no Content Apps were installed, and in my case there were, but this was the only related issue I could find so hopefully this helps anyone else who stumbles upon this issue) |
User assigned to groups: 'Editors', 'Sensitive data', 'Translators', 'Writers' logged out upon navigating to root node.
Upon subsequent logins, user is logged in and then immediately logged out.
Umbraco version
I am seeing this issue on Umbraco version: 8.12.1
Reproduction
Below screenshots are from my own encounter with the issue:
User does not appear to have any failed login attempts:
I've tried removing the root node and creating a new one. Same result.
Bug summary
User authorization not as expected. Don't know what could be the cause.
Specifics
URL where this bug occurs: Local developer environment -> https://localhost:44314/
Umbraco version: 8.12.1
Browser: Google Chrome - Version 89.0.4389.90 (Official Build) (64-bit)
Checked in other browser: Firefox Developer Edition - Version 87.0b9 (64-bit)
Checked log viewer, but for the particular user it looks like login succeeded:
There's an error message in the log viewer but it seems to be associated with the login of the user from the Administrators group that I used to go to the log viewer.
Steps to reproduce
Expected result
I expected for the user assigned to the specified groups to be able to log in as well as (as a minimum) be able to navigate to any node in the Content tree.
Actual result
The user is practically unable to access Umbraco backoffice.
The text was updated successfully, but these errors were encountered: