How do I set Fixed Length of Access Token & Authorization Code to true in the tenant.yaml?
Welcome to the Auth0 Community!
You’ll need to set the issue_opaque_access_tokens
to true
in your tenant.yaml file.
Here is an example for clarity:
migrations:
issue_opaque_access_tokens: true
Please let me know if you have any other questions. I’d be happy to help.
Thank you.
Yeah that is what I had in my tennant.yaml file and it still didn’t set it to true when I looked at Auth0 advanced setting migrations section.
Nvm. that did work. Thanks for all the help!
1 Like
Thank you for your responses.
I’m happy to hear that it worked.
Please let me know if there’s anything else I can do to help.
Have a great rest of your day!
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.