Skip to content
Advertisement

Tag: spring-session

Why is remember-me a lesser authentication then full-authentication in spring-security?

This is a conceptual question about the fact, that authentication has different grades in spring security. There is a grade for anonymous authentication also called IS_AUTHENTICATED_ANONYMOUSLY and remember me authentication IS_AUTHENTICATED_REMEMBERED the full authentication, when a user just provided his entire credentials and got confirmed aka IS_AUTHENTICATED_FULLY In the implementation of AuthenticatedVoter#isFullyAuthenticated it is clear, that a full authenticated user

Advertisement