Posts related to tag: Spring Security


Difference between @PreAuthorize and @PostAuthorize Annotations in Spring Security

Spring Security is a powerful framework that provides robust authentication and authorization features for Java applications. Among its many capabilities, […] Continue reading »

Types of Password Encoders in Spring Security

Securing user passwords is of utmost importance in any application. The Spring Framework, a popular Java-based framework, offers a variety […] Continue reading »

Securing Passwords with Spring Security Password Encoder

One of the critical aspects of application security is properly handling user passwords. Storing passwords in plain text or using […] Continue reading »

Spring Boot + Spring Security Authentication with LDAP

This page will walk through Spring Boot + Spring Security authentication with LDAP. LDAP is an application protocol used to […] Continue reading »

How to get user details in Spring Security

This article will focus on how to retrieve the user details in Spring Security. To get current logged-in user details […] Continue reading »

Spring Boot + Spring Security with JPA authentication and MySQL

This article is going to focus on the authentication process of Spring Security with JPA and MySQL database using Spring […] Continue reading »

Spring Security JDBC authentication with Spring Boot

This page will walk through Spring Security JDBC authentication with Spring Boot and MySQL database. Spring Security offers lots of […] Continue reading »

Spring Security Role Based Authorization Example

This guide shows you how to configure role-based authorization in Spring Security. To work with Spring Security authorization, we have […] Continue reading »

Spring Boot Security- Remember Me Example

This page will guide you on how to configure Spring Boot Security- Remember Me functionality in the application. Remember Me […] Continue reading »

Spring Boot Security- Change default username and password parameter

This tutorial will help you to change the default username and password parameter used in Spring Boot Security login form and […] Continue reading »

Spring Boot Security- How to change default login page

This guide will help you to change the default login page provided by the Spring Boot Security. To do that, you […] Continue reading »

1 2