An open API service indexing awesome lists of open source software.

https://github.com/autokmg/spring-security-practices

Exploring OpenID Connect, OAuth2, implementing Forms-Based Authentication, and Authorization with Spring Security. Enhancing Spring Boot applications with fundamental security principles.
https://github.com/autokmg/spring-security-practices

java-11 maven okta-oidc spring-boot spring-security spring-security-oauth2

Last synced: 3 months ago
JSON representation

Exploring OpenID Connect, OAuth2, implementing Forms-Based Authentication, and Authorization with Spring Security. Enhancing Spring Boot applications with fundamental security principles.

Awesome Lists containing this project

README

        

**
# Securing Spring Boot Applications
This chapter, which I've been studying from the "Spring Boot Up and Running" book, has equipped me with essential knowledge. I've now created this GitHub repository to actively practice what I've learned. It focuses on the integration of OpenID Connect and OAuth2 dependencies into the Aircraft Positions project, along with implementing Forms-Based Authentication and Authorization using Spring Security. The chapter delves into the fundamental concepts of security, offering multiple techniques to fortify Spring Boot applications, and this repository serves as my hands-on playground for applying these security principles.

### *Note*

aircraft-positions and planefinder are two projects that are available in other repositories in this account. I used them again as a base to implement the security practices.

**