Using the Delegated Admin Extension Creates Deprecation Notice Logs
Last Updated:
Overview
This article explains why the Delegated Admin Extension (DAE) may show the following deprecation notice in the Auth0 Dashboard:
Type: Deprecation Notice
Description: Allowed Connections Management without Options Scopes: This feature is being depreciated. Please see...
Applies To
- Delegated Admin Extension
Cause
The application created for usage with the DAE does not have the read:connections_options scope for the Management API.
Solution
Manually add the read:connections_options scope to the API.
- Navigate to the Auth0 Dashboard
- Go to Applications > auth0-delegated-admin > APIs
- Under Auth0 Management API add the
read:connections_optionsscope.
This will prevent the depreciation notice warning from appearing.