Deprecation Warnings for the Legacy Management of Connection's Enabled Clients in Auth0
Last Updated:
Overview
If the deprecation setting is active on an Auth0 tenant, Auth0 generates a warning log for the Legacy Management of Connection's Enabled Clients deprecation upon any GET or PATCH request to the /api/v2/connections/{id} endpoint. The warnings are intended to raise awareness of endpoint use and persist as long as the setting remains active, regardless of Software Development Kit (SDK) or deployment tool migrations. To stop the warnings, turn off the deprecation switch and observe any failures before the deprecation deadline.
Applies To
- Deprecation
- Legacy Management of Connection's Enabled Clients
- Connections
Cause
The warnings exist to raise awareness of the endpoint use. Any GET or PATCH method call to the /api/v2/connections/{id} endpoint always generates a warning while the switch remains active. Migrating to a newer version of the SDKs or the deployment tool documented in the deprecation notice does not prevent the warning messages while the setting remains active.
Solution
Disable the deprecation switch and monitor the environment to stop the warning messages, and test the new behavior.
- Turn off the Legacy Management of Connection's Enabled Clients switch.
- Observe the environment for any failures. Reenable the deprecation setting if necessary until the root cause is fixed.