Feature: Allow view/edit of Connection metadata in Dashboard
Description: Dashboard supports view/edit of Application metadata (via “Advanced Settings” section) but does not support view/edit of Connection metadata. Add a similar UI to the Dashboard page showing Connection properties, eg in https://manage.auth0.com/dashboard/us/nearmap/connections/enterprise/adfs/con_WMxTqlyCIJuFmFnF/settings add a “Metadata” tab.
Use-case: This allows a Dashboard user to set Connection metadata without having to use the Management API. We might use Connection metadata to associate a Connection with a Nearmap customer.
Thanks for creating this feedback card. Let’s see who else from community will be interested in such improvement!
2 Likes
The ability to edit a connection’s metadata in the Auth0 UI would be quite helpful.
5 Likes
This would be helpful. It is confusing that the ui and the api are not kept in sync and API calls are needed for the purpose of reading and writing connection metadata.
1 Like
Yes, this would be helpful.
1 Like
This would be extremely helpful.
We’re using Identity Provider domains on Enterprise Connections, but the only way to check if a SAML response is one of these domains is in a post-login action. Fetching the connection info with the Management API per login request can run into rate limits. The only other option is to additionally set a metadata field for allowed domains, which then can only be handled over the API and not right there in the UI.