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
The current implementation of the RoleAuthorizer class grants access to requests without any roles. From a security perspective, this behaviour is a bit strange and can be summarized by the following statement.
When you have roles, you must have the right roles to get access to a specific resource. When you don't have any roles at all, you are free to access whatever you want.
To keep backward compatibility, I would suggest provide a way to configure the default behaviour.
The text was updated successfully, but these errors were encountered:
The current implementation of the RoleAuthorizer class grants access to requests without any roles. From a security perspective, this behaviour is a bit strange and can be summarized by the following statement.
To keep backward compatibility, I would suggest provide a way to configure the default behaviour.
The text was updated successfully, but these errors were encountered: