Hello, that's correct, I am trying implement an authorization server with jwt and grant_type authorization_code. The authorization server response an access token and since the resource server I want verify with introspect if the token is active or no, but I have that error. Can you share the code or explain how do the authorization server? Thanks