How do I disable the Opaque Access Token and Authorization Code Fixed Length setting using Deploy CLI?

Problem statement

I want to disable the Opaque Access Token and Authorization Code Fixed Length setting using the Auth0 Deploy CLI.

Solution

When using the Auth0 Deploy CLI to disable the Opaque Access Token and Authorization Code Fixed Length setting, please call the migrations object with the issue_opaque_access_tokens: false property in the tenant.yaml file. See below for clarity:


//other properties redacted for brevity

migrations:

issue_opaque_access_tokens: false

Reference Materials