@lobo Sure
So, right now, it connects to the management api with Client Credentials and does a getClient.
This makes sure that it has IP access and that the Auth0 domain and client information is set up.
It’s not ideal and, TBH, maybe a simple “ping” to the Auth0 api would be sufficient.
Ultimately, I want to know that my server can access Auth0. This would be to catch misconfiguration on my end or (less likely) outages on the Auth0 end.