Skip to content

Implement Token Endpoint #67

Closed
Closed
@jgrandja

Description

@jgrandja

An authorization server provides a token endpoint, which the client uses to exchange an authorization grant for an access token.

The OAuth2TokenEndpointFilter should be implemented as a Filter. The DefaultAuthorizationCodeTokenResponseClient in the spring-security-oauth2-client module is the client that calls the Token Endpoint.

Implementation Requirements

Specification References

3.1. Token Endpoint
4.1. Authorization Code Grant
4.1.3. Access Token Request
4.1.4. Access Token Response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions