Hey, I am Nicolas, software engineer at Spiko. We ...
# ory-network
b
Hey, I am Nicolas, software engineer at Spiko. We are dealing with an issue on our OAuth2 server. We are using the
revokeOAuth2ConsentSessions
function from the API to revoke a consent session and all the access token associated. But it does not revoke the refresh_token (which would only generate revoked access_token). We would need to be able to revoke it as well. Ideally, the refresh endpoint should fail when using a refresh token from revoked consent sessions. Can you help us on this? (cc @magnificent-energy-493)