-
Notifications
You must be signed in to change notification settings - Fork 0
jwt resp token introspec
Billy Vlachos edited this page Jul 29, 2019
·
1 revision
The introspection response, as specified in OAuth 2.0 Token Introspection, is a plain JSON object. However, there are use cases where the resource server requires stronger assurance that the authorization server issued the access token, including cases where the authorization server assumes liability for the token's content. An example is a resource server using verified person data to create certificates, which in turn are used to create qualified electronic signatures.
In such use cases it may be useful or even required to return a signed JWT as the introspection response. This specification extends the token introspection endpoint with the capability to return responses as JWTs.
- Introduction
- Features
- Authorization Grant
- Response Types
- Tokens
- Stores
- Modifying the Server
-
Tutorials
- Adding a client
- Protecting Node API
- Client User Authentication
- Implementing Claims and Scopes (TBA)