When testing a new connection it would be useful to allow an option to run it using a different client_id, response_type (ex. id_token) and a different redirect_uri (ex. https://jwt.io) than the current default (client id: the id of the built-in auth0 tester and “code” response type)
Right now whenever I run a test I need to modify the url manually each time. These run test values could be saved so you don’t need to modify them each time you run the test.