The introspection specs has some
support for refresh tokens and our impl supports it too. You can
even provide
"token_type_hint" parameter and use either the value
"access_token" or "refresh_token" .
The offline token is not directly supported, but I am personally
not seeing an issue for us to be a bit more "clever" and lookup
offline sessions instead of online sessions in case that type of
provided token is offline token?
Marek
On 07/06/16 09:17, Stian Thorgersen wrote:
The token introspection endpoint is for access
tokens though, not refresh tokens and offline tokens. You should
introspect an access token retrieved using the offline token,
not the offline token itself.