I'm able using postman to get an access token from Microsoft Identity Server 4.
This the response:
Now i would like to authenticate the token using the introspection endpoint, but the return is 401 unhautorized, maybe is missing some data into the request to introspect endpoint?