I was able to create a new Enterprise connection (SAML) with Auth0 SDK (I used Java SDK) programmatically.
The above created connection was successful and I could do the login with SAML SSO successfully.
Usually, when we allow user to create such external connection, we usually allow them to test the connection to see whether it properly configured before proceeding with any further actions.
I would like to know whether there is any way to achieve the “test connection” functionality through management APIs for SAML connections.