Module jwt_introspection

Module jwt_introspection 

Source
Expand description

RFC 9701 - JSON Web Token (JWT) Response for OAuth Token Introspection

This module implements JWT-formatted responses for OAuth 2.0 token introspection as defined in RFC 9701.

Structsยง

BasicIntrospectionResponse
Basic introspection response (RFC 7662)
JwtIntrospectionClaims
JWT introspection response claims as defined in RFC 9701
JwtIntrospectionConfig
Configuration for JWT introspection responses
JwtIntrospectionManager
JWT Token Introspection Manager