Now the development of the document translation, because it is difficult to read English.
first Look at the official guide. Developers Guide , all two versions of OAuth are available. This article looks at the development guide for OAuth2.
translate as follows:
Spring Security OAuth2 Development Guidelines (OAuth 2 Developers Guide)
1. Getting Started (Introduction)
2. OAuth2.0 Provider (OAuth 2.0 Provider)
3, implementation of OAUTH2.0 provider (OAuth 2.0 Provider implementation)
4. Configuration of the authorization server (Authorization server config)
4.1, configure the client details (configuring)
4.2, Management Tokens (Managing Tokens)
4.3. Authorization type (Grant Types)
4.4. Configure the endpoint URL (configuring the Endpoint URLs)
5, custom error handling (customizing the error handling)
6. Resource server configuration (Resource server config)
6.1. Configure an understanding OAuth expression handler (Configuring an Oauth-aware expression Handler)
7, OAuth2.0 clients (OAuth 2.0 client)
7.1. Configuring protected resources (Protected Resource configuration)
7.2, the configuration of clients (client config)
7.3. Access to a protected resource (accessing Protected resources)
7.4. Tokens (persisting Tokens in a client) for persistent clients
8. External OAuth2 provider customized for the client (customizations for clients of External OAuth2 Providers)
first List A directory, to be continued ....
"OAuth2 Learning Path" Spring Security OAuth Official document translation