early-kitchen-45124
07/07/2023, 8:02 AM/oauth2/token
endpoint.
However I'm not able to introspect the access or refresh tokens, either by using the API or the hydra introspect token
cmd from within the Hydra container.
I'm only getting {"active": false}
and Hydra logs have message:request_unauthorized reason:Check that you provided valid credentials in the right format. status:Unauthorized status_code:401
.
I tried to make it work many different ways, using `client_id`/`client_secret` as x-www-form-urlencoded
params along with the token
, as an Authentication: Basic
header, without any auth at all. But since it doesn't even work from the command line I'm not sure it's an endpoint authentication issue. May anyone know what could be wrong please?