IdentityModel.OidcClient: how validating generated access token whit curl (%oidcServer%/token/introspect)
I’m using sample WindowsConsoleSystemBrowser
and get the access token generated from keycloak.
Subsequently, I try to validate the token with curl at address <oidcServer>/token/introspect
but the token is not valid.