|
1 | 1 | image::https://badges.gitter.im/Join%20Chat.svg[Gitter,link=https://gitter.im/spring-projects/spring-security?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge] |
2 | 2 |
|
3 | | -image:https://github.com/spring-projects-experimental/spring-authorization-server/workflows/CI/badge.svg?branch=main["Build Status", link="https://github.com/spring-projects-experimental/spring-authorization-server/actions?query=workflow%3ACI"] |
| 3 | +image:https://github.com/spring-projects/spring-authorization-server/workflows/CI/badge.svg?branch=main["Build Status", link="https://github.com/spring-projects/spring-authorization-server/actions?query=workflow%3ACI"] |
4 | 4 |
|
5 | 5 | = Spring Authorization Server |
6 | 6 |
|
7 | | -Spring Authorization Server is a community-driven project led by the https://spring.io/projects/spring-security/[Spring Security] team and is focused on delivering https://tools.ietf.org/html/rfc6749#section-1.1[OAuth 2.0 Authorization Server] support to the Spring community. |
| 7 | +The Spring Authorization Server project, led by the https://spring.io/projects/spring-security/[Spring Security] team, is focused on delivering https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-01#section-1.1[OAuth 2.1 Authorization Server] support to the Spring community. |
8 | 8 |
|
9 | | -The project will start in Spring's experimental projects as an independent project so that it can evolve more rapidly. |
10 | | - |
11 | | -The ultimate goal of this project is to replace the Authorization Server support provided by https://spring.io/projects/spring-security-oauth/[Spring Security OAuth]. |
12 | | - |
13 | | -With the much needed help from our community, this project will grow in the same way that the original Spring Security OAuth project did. |
| 9 | +This project replaces the Authorization Server support provided by https://spring.io/projects/spring-security-oauth/[Spring Security OAuth]. |
14 | 10 |
|
15 | 11 | == Feature Planning |
16 | 12 | This project uses https://www.zenhub.com/[ZenHub] to prioritize the feature roadmap and help organize the project plan. |
17 | 13 | The project board can be accessed https://app.zenhub.com/workspaces/authorization-server-5e8f3182b5e8f5841bfc4902/board?repos=248032165[here]. |
18 | 14 | It is recommended to install the ZenHub https://www.zenhub.com/extension[browser extension] as it integrates natively within GitHub's user interface. |
19 | 15 |
|
20 | | -The completed and upcoming feature list can be viewed in the https://github.com/spring-projects-experimental/spring-authorization-server/wiki/Feature-List[wiki]. |
| 16 | +The completed and upcoming feature list can be viewed in the https://github.com/spring-projects/spring-authorization-server/wiki/Feature-List[wiki]. |
| 17 | + |
| 18 | +== Support Policy |
| 19 | +The Spring Authorization Server project provides software support and is documented in its link:SUPPORT_POLICY.adoc[support policy]. |
21 | 20 |
|
22 | 21 | == Getting Started |
23 | | -The first place to start is to read the https://tools.ietf.org/html/rfc6749[OAuth 2.0 Authorization Framework] to gain an in-depth understanding on how to build an Authorization Server. |
24 | | -It is a critically important first step as the implementation must conform to the specification defined in the OAuth 2.0 Authorization Framework and the https://github.com/spring-projects-experimental/spring-authorization-server/wiki/OAuth-2.0-Specifications[related specifications]. |
| 22 | +The first place to start is to read the https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-01[OAuth 2.1 Authorization Framework] to gain an in-depth understanding on how to build an Authorization Server. |
| 23 | +It is a critically important first step as the implementation must conform to the specification defined in the OAuth 2.1 Authorization Framework and the https://github.com/spring-projects/spring-authorization-server/wiki/OAuth-2.0-Specifications[related specifications]. |
25 | 24 |
|
26 | 25 | The second place to start is to become very familiar with the codebase in the following Spring Security modules: |
27 | 26 |
|
@@ -60,7 +59,7 @@ Be sure that your `JAVA_HOME` environment variable points to the `jdk1.8.0` fold |
60 | 59 | === Check out sources |
61 | 60 | [indent=0] |
62 | 61 | ---- |
63 | | -git clone [email protected]:spring-projects-experimental/spring-authorization-server.git |
| 62 | +git clone [email protected]:spring-projects/spring-authorization-server.git |
64 | 63 |
|
65 | 64 | ---- |
66 | 65 |
|
|
0 commit comments