Warning when setting Opaque Access Token and Authorization Code Fixed Length in the tenant.yaml

Hi @3lksifowIl,

Welcome to the Auth0 Community!

I understand that you are looking to disable the “Fixed Length of Access Token & Authorization Code” setting for your tenant.

In this case, could you please DM me your tenant name so I can investigate further?

And could you please clarify if making a new tenant has this feature in the Advanced Settings of the tenant?

Lastly, I can confirm that the correct way to disable the “Fixed Length of Access Token & Authorization Code” using the Auth0 Deploy CLI is to call issue_opaque_access_tokens: false:

migrations:
  issue_opaque_access_tokens: false

Thank you.