Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshlong-attic/spring-security-a-palooza
https://github.com/joshlong-attic/spring-security-a-palooza
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshlong-attic/spring-security-a-palooza
- Owner: joshlong-attic
- Created: 2024-04-25T19:08:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T22:11:04.000Z (8 months ago)
- Last Synced: 2024-11-01T07:34:04.431Z (about 2 months ago)
- Language: Java
- Size: 190 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Spring Security Palooza
NB: there are sometimes `readme.md` files in each subfolder, too. be sure to consult them for more on the demo flow and approach.
## Agenda
* `basics` - high level overview of all things Spring Security, providing a mental framework on which to approach everything that follows.
* `ssl` - demonstrates both centralized configuration of trust materials in an application _and_ the reloadability of those trust materials
* `passkeys` - demonstrates the use of Webauthn and an arbitrary factor like TouchID, FaceID, etc., as the credential with an as-yet not GA effort
* `oauth` - demonstrates both acting as an OAuth client to an arbitrary OAuth IDP _and_ our spiffy Authorization Server, which is better than all the OAuth servers that have ever or yet been written.## resources
* [the Spring Security Livelessons that Rob and I did years ago](https://github.com/spring-security-livelessons). not sure how relevant that is in the modern world.