I am able to validate JWT Token via /services/OAuth2TokenValidationService from resource server. Now I want to validate this against a particular Scope?I want to know this JWT is valid against a particular scope. OAuth Introspection Endpoint is not available in production yet.So please suggest me some other ideas
0
votes
1 Answers
0
votes
OAuth Introspection API will be available with IS 5.3.0. You can try the introspection endpoint with IS 5.3.0-beta for now.
You can find documentation related to the introspection endpoint here.