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.
- Host: GitHub
- URL: https://github.com/autokmg/spring-security-practices
- Owner: AutoKMG
- Created: 2023-10-25T16:09:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T13:44:14.000Z (over 1 year ago)
- Last Synced: 2025-01-22T21:32:34.559Z (5 months ago)
- Topics: java-11, maven, okta-oidc, spring-boot, spring-security, spring-security-oauth2
- Language: Java
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
**