Hi @marcus_sensat,
Welcome to the Auth0 Community!
I understand you would like to set the Fixed Length of Access Token on your tenant using the Auth0 Deploy CLI.
To do so, you will need to set issue_opaque_access_tokens: true
in migrations
in your tenant.yaml file. For example:
migrations:
issue_opaque_access_tokens: true
Alternatively, you could navigate to your Auth0 Dashboard > Settings > Advanced and scroll to the Migrations section and enable the Fixed Length of Access Token & Authorization Code.
Does that help?
Thanks.