Spring Security is the Spring Framework's application security solution.
In the custom AuthenticationProvider from my spring project, I am trying read the list of authorities of the logged user, …
java spring hibernate spring-mvc spring-securityI am relatively new to Spring and Spring security. I was attempting to write a program where I needed to …
spring spring-mvc spring-securityI use Spring Boot with Spring Security and Cors Support. If I execute following code url = 'http://localhost:5000/api/token' …
javascript spring spring-security spring-boot corsWhen I use security.basic.enabled=false to disable security on a Spring Boot project that has the following dependencies: &…
spring-security spring-bootHow to check user authority or permission in Java Code ? For example - I want to show or hide button …
java spring-security user-rolesI have a Spring MVC web app which uses Spring Security. I want to know the username of the currently …
java spring spring-mvc spring-securityAfter a new user submits a 'New account' form, I want to manually log that user in so they don't …
java authentication spring-mvc spring-securityAny ideas what could be the cause of this? Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.…
java spring maven-2 spring-securityI am using stateless spring security,but in case of signup i want to disable spring security.I disabled using …
java spring spring-mvc spring-securityAfter configuring Spring Security 3.2, _csrf.token is not bound to a request or a session object. This is the spring …
spring spring-security csrf csrf-protection