1 个仓库
Stores client registrations, authorization consents, and authorization codes in a relational database via JPA or a Redis cache.
Distinct from Redis-Backed State Stores: None of the existing candidates cover OAuth state persistence with multiple backends; closest is Redis-Backed State Stores for agent task state.
Explore 1 awesome GitHub repository matching data & databases · OAuth State Persistence Backends. Refine with filters or upvote what's useful.
Spring Authorization Server is an OAuth 2.1 and OpenID Connect 1.0 authorization server built on Spring Security. It implements the full protocol surface for issuing access and refresh tokens, including authorization code, client credentials, device code, and token exchange grants, as well as pushed authorization requests and user consent management. The server also functions as an OpenID Connect provider, supporting ID tokens, userinfo, discovery, logout, and dynamic client registration. The project distinguishes itself through an extensible framework that allows custom grant types, pluggabl
Provides storage for client registrations, consents, and authorization codes using JPA or Redis.