Overview

本网站包含 Spring Authorization Server 的参考文档和操作指南。

This site contains reference documentation and how-to guides for Spring Authorization Server.

Introducing Spring Authorization Server

Spring Authorization Server是一个框架,提供了 OAuth 2.1OpenID Connect 1.0规范以及其他相关规范的实现。它建立在 Spring Security之上,为构建OpenID Connect 1.0 Identity Providers和OAuth2 Authorization Server产品提供了一个安全、轻量和可定制的基础。

Spring Authorization Server is a framework that provides implementations of the OAuth 2.1 and OpenID Connect 1.0 specifications and other related specifications. It is built on top of Spring Security to provide a secure, light-weight, and customizable foundation for building OpenID Connect 1.0 Identity Providers and OAuth2 Authorization Server products.

Use Cases

与使用开源或商业 OAuth2 或 OpenID Connect 1.0 提供程序产品相比,Spring Authorization Server 支持以下用例:

The following list provides some use cases for using Spring Authorization Server compared to using an open source or commercial OAuth2 or OpenID Connect 1.0 Provider product.

  • Provides full control of configuration and customization when advanced customization scenarios are required.

  • Preference for a light-weight authorization server compared to a commercial product that includes all the "bells and whistles".

  • Potential savings in software licensing and/or hosting costs.

  • Quick startup and ease of use during development using the familiar Spring programming model.

Feature List

Spring Authorization Server 支持以下功能:

Spring Authorization Server supports the following features:

Category Feature Related specifications
  • Self-contained (JWT)

  • Reference (Opaque)

  • client_secret_basic

  • client_secret_post

  • client_secret_jwt

  • private_key_jwt

  • none (public clients)

  • The OAuth 2.1 Authorization Framework (Client Authentication)

  • JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication (RFC 7523)

  • Proof Key for Code Exchange by OAuth Public Clients (PKCE) (RFC 7636)