Hi,
I hope this message will find its way to the support team, I didn’t find a way to send a direct bug report.
Thanks
In the tenant settings https://manage.auth0.com/#/tenant/advanced there are flags to test the migration of endpoints that will be deprecated.
Several flags cannot be toggled, they generate an error from the API.
Flags in error:
- Legacy delegation endpoint
- Legacy oauth/ro enpoint
- Legacy social provider access token endpoint
Example error for delegation endpoint flag:
Request: PATCH https://manage.auth0.com/api/tenants/settings
{
“flags”: {
“allow_legacy_delegation_grant_types”: false
}
}
Response: {
“statusCode”: 400,
“error”: “Bad Request”,
“message”: “Payload validation error: ‘Additional properties not allowed: allow_legacy_delegation_grant_types’ on property flags (Tenant flags).”,
“errorCode”: “invalid_body”
}