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
I tried switching "/admin/**" to ROLE_ADMIN - then login required "jimi"(ROLE_ADMIN) - "bob"(ROLE_USER) would not authenticate.
However, after jimi logged out, bob could login (with just ROLE_USER) and then also have access to admin screen.
Is it correct the following configuration in the file applicationContext.xml?
The pattern="/admin/**" is associated with ROLE_USER. Is it correct? or should it be associated with ROLE_ADMIN?
The text was updated successfully, but these errors were encountered: