Tag

Token Store

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 20, 2021 · Information Security

How to Build an OAuth2 Authorization Server with Spring Boot, Redis, and Custom Token Store

This guide walks through creating a Spring Boot 2.2.11 OAuth2 authorization server that stores tokens in Redis, defines custom client and user entities, configures grant types, and demonstrates testing each flow, complete with code snippets and configuration files.

OAuth2RedisSpring Boot
0 likes · 17 min read
How to Build an OAuth2 Authorization Server with Spring Boot, Redis, and Custom Token Store