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
Currently, when the allowed roles are ["smui"] the JWTJsonAuthenticatedAction will deny access to a user with roles ["smui", "other-role"] because all roles of a user have to be in the allowed roles. I think we should ignore other roles and let users pass that have at least one of the allowed roles.
The text was updated successfully, but these errors were encountered:
Currently, when the allowed roles are ["smui"] the JWTJsonAuthenticatedAction will deny access to a user with roles ["smui", "other-role"] because all roles of a user have to be in the allowed roles. I think we should ignore other roles and let users pass that have at least one of the allowed roles.
The text was updated successfully, but these errors were encountered: