In the “Applications” → “APIs” section, the APIs have a setting for “Add Permissions in the Access Token”.
I’m using Terraform and this setting does not appear to be available in the auth0_resource_server resource (which corresponds to an Application API). Is there any way to enable this with the management API and Terraform?
In order to manage scopes (permissions) associated with a resource server (API) you can use the auth0_resource_server_scopes within the Terraform Provider, and you can locate the resource under this documentation.
You can add scopes, as mentioned in the example usage, or even import them from your tenant directly.
Thanks for posting your question and i hope this helps.
Best regards,
Remus