Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andifalk/spring-security-intro
Introductory crash course for Spring Security
https://github.com/andifalk/spring-security-intro
certificates jwt oauth2 openid-connect spring spring-security token
Last synced: 4 days ago
JSON representation
Introductory crash course for Spring Security
- Host: GitHub
- URL: https://github.com/andifalk/spring-security-intro
- Owner: andifalk
- License: apache-2.0
- Created: 2024-03-04T09:22:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T08:32:16.000Z (11 months ago)
- Last Synced: 2024-04-16T07:49:20.614Z (9 months ago)
- Topics: certificates, jwt, oauth2, openid-connect, spring, spring-security, token
- Language: Java
- Homepage:
- Size: 91.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Security Introduction
This repository contains an introductory crash course for Spring Security.
# Course Contents
## Server Side
### Basic Auth / Form Based Login
### OAuth2/OpenID Connect Resource Server (JWT)
### OAuth2/OpenID Connect Resource Server (Opaque Tokens)
For this part see subproject `opaque-token-resource-server`.
### Certificate-based Authentication
## Client Side
### Basic Auth
### OAuth2/OpenID Connect Client (JWT/Opaque Tokens)
### Client Authentication with Certificate