Introspection endpoint returns active: false for active token in RH-SSO

Solution Verified - Updated -

Issue

  • On introspecting active token (still not expired) - we are getting active: false
$ curl -v --request POST \
--url $KC_SERVER/auth/realms/$REALM/protocol/openid-connect/token/introspect \
--header 'content-type: application/x-www-form-urlencoded' \
--data "client_id=$CLIENT" \
--data "client_secret=$CLIENT_SECRET" \
--data token=$TKN \
--data token_type_hint=access_token

{
  "active": false
}

Environment

  • Red Hat Single Sign-On(RH-SSO)
    • 7.6.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content