I have inherited a node express application, which exposes rest APIs. That system can get a jwt in the request and verify using jose.verify method. Means that it verifies the jwks. The task I have is to be able to check if there was a revoke on the jwt. Means that I have to call the IDP with the token to be verified. I think that what I have to do is "introspect" but as far as I investigated, I didn't see a introspect option upon JOSE. Must say that I almost couldn't find a documentation for JOSE. Does anyone know if I can do introspect with JOSE and if not, what is the suggested way to do it with node ? Thanks in advance!
Asked
Active
Viewed 36 times