Hi! I am looking to leverage custom token exchange in our tenant. We have been told that the feature is available to us. When looking through this the [Custom Token Exchange] documentation, it only mentions how to enable it for an application. I attempted to enable for an application and got this error message:
{ "statusCode": 403, "error": "Forbidden", "message": "The
token
exchange feature is not enabled for this tenant.", "errorCode": "feature_not_enabled"}
I am guessing it needs to be enabled through the management API [Update tenant settings | Auth0 Management API v2], but the documentation doesn’t specify what key to pass to enable custom token exchange.