Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Nice work, it is a good starter for Spring-Security module. I wanted to try it myself so I prepared my own project on github (https://github.com/arnosthavelka/security-poc/tree/spring-boot-%26-in-memory-security). I made several improvements & changes: * @Import is not necessary * Controller is reduced just for /login (the rest is moved to MVC config since it is just mapping) * optimized security settings * internationalization * changed to Spring Boot (the worst problem :-)) My project is heavily based on your sources, but it is available complete.
- Arny
hi how to allow role_user to some get url… and some all (get, post, put, delete) to admin role
- marc
Hi, Thanks for this tutorial. Good explanation. If possible, can you please develop and deliver a Spring Security + LDAP + SSO + Tomcat 8 example at the earliest.
- Bhanu Dhulipudi
Hi, what i am doing is i have a user who has many roles some of which are ROLE_ADMIN and ROLE_DBA. in spring-security xml i have configured intercept url like when I log in i can access url /admin/** but I cant access url /dba/** even i have ROLE_DBA in list of GrantedAuthoriy while creating UserDetail object in UserDetailService. Thank you
- Rohit
Hi! Suppose the link that the admin can access needs to display all the users with USER role, how would you get the list of user from in memory authentication? I’m trying to achieve this in my app. Any help will be much appreciated
- Kunal
name=“${_csrf.parameterName}” value="${_csrf.token} is not necessary if you are using Spring tag libs. Specifically spring tag lib for form Then the tag changes to
- rajeev