User Password Change but Still Access To Spring Boot Resource

Hello,
I am accesing to spring boot service with keycloak authentication. For example if i call rest service with Authorization : Bearer + Token service response is 200 ok. Then I opened keycloak admin page and changed or disabled user . When i try to access same service with same token it still give permission to access resourse.KeycloakAuthenticationProcessingFilter put debug point this class handle on successAuth method.

Hello, did you ever figure this problem out?

I am currently facing the same situation, any guide/help would be appreciated.