When revoking a Token, do we need to first enable the persistent token feature of OpenIddict? If so, are there any other methods to cancel the Token? I don't want to accomplish this by converting the Token into a Guid.
Currently, I have not enabled persistence. The call to /connect/revocation returns a 200 status code, but the token has not been invalidated.