Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-security

Spring Security, Form Login, and Concurrent Sessions

Spring Security 3.1 redirect after logout

Both isAnonymous() and isAuthenticated() return false on error page

How to limit only one session per user and block the subsequent login attempt?

spring spring-security

The matching wildcard is strict, but no declaration can be found for element 'resources'

NullPointerException deploying Spring/MyFaces Applicationon Tomcat 8.0.0 RC5

make every request https in spring security 3.2

https spring-security

Spring-security remember me functionality not working

grails spring-security

How to customize SPRING_SECURITY_LAST_EXCEPTION.message according to the error I get

When should we use @PreAuthorize and @Secured

Purpose of using permitAll() in PreAuthorize annotation in Spring Security

Implemented Spring OAuth2, getting same access token from different devices

Spring Security Java configuration for authenticated users with a role

How to configure Spring Boot Security so that a user is only allowed to update their own profile

Multiple user details services for different endpoints

Spring Security Configuration anyRequest().authenticated() not working as expected

spring spring-security jwt

Why is Spring boot Security Basic Authentication slow?

"No transaction is in progress" error while following Grails Spring Security Core tutorial

How to lock down Grails spring-security-ui controllers?

grails spring-security

I am at a loss moving from Spring XML to Java-config