In a fresh installation of CAS Server... When I write this: <sec:user-service id="userDetailsService"> <sec:user name="stonon" password="notused" authorities="ROLE_ADMIN" /> </sec:user-service>
And then I login with "stonon" / "stonon" credentials using SimpleTestUsernamePasswordAuthenticationHandler, it works. If I write this: <sec:user-service id="userDetailsService"> <sec:user name="STONON" password="notused" authorities="ROLE_ADMIN" /> </sec:user-service> And then I login with "STONON" / "STONON" credentials using SimpleTestUsernamePasswordAuthenticationHandler... ... it doesn't grant me access to the ServicesManagement. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
