Jti field doesn't work

Just got response from the Auth0 support team, this is no longer supported by Auth0

Hi There,
To my knowledge, we no longer recommend blacklisting token. This is a legacy feature. Instead, we recommend to keep the access token expiry short and renew the token using Silent Authentication when necessary. When user logout, auth0 clears the server session immediately and the token should expire within a short period.
As said, It is not possible to set the JTI in the access token as it is not part of OIDC standard claim. You can attach the claim as the custom claim (namespace format). OpenID Connect Scopes
Tanver Hasan
Developer Support Engineer