Deploy CLI: 'Refresh Token Revocation Deletes Grant' toggle

Problem statement

We want to turn off ‘Refresh Token Revocation Deletes Grant’ programmatically using the deploy CLI, but when we export the tenant config, where the flag is not present in the output.

Solution

You may be using an out-of-date version of the deploy CLI, in which case, we recommend updating to the latest version. The flag should be exported as revoke_refresh_token_grant regardless of whether it’s enabled or not.

1 Like