-
Bug
-
Resolution: Done
-
Major
-
RH-SSO-7.2.4.GA
-
None
RefreshTokenIntrospectionProvider extends AccessTokenIntrospectionProvider (and provides no additional functionality)
All refresh token introspections are handled the same way as access token introspections and end up being passed to the org.keycloak.TokenVerifier. The default behaviour for this class is to reject anything with type != "Bearer" meaning that refresh and offline tokens are rejected even while still valid.