Open nrmaridu opened 10 months ago
The Introspection Endpoint was implemented as per below guidelines. The introspection response contains a json property called 'active', which can be used to determine whether the token is active or not.
For supporting various use cases, the introspection response returns all the claims found in the provided token along with active property.
Introspection Endpoint : POST {baseUrl}/realms/{issuer}/protocol/openid-connect/token/introspect
fixes #157
Signed-off-by: Nageswara Rao Maridu <maridu.nageswararao@gmail.com