Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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