Authentication API Debugger with custom domain

Hi, does anybody know if it is possible to use the extension “Authentication API Debugger” when we have a custom domain?
In this extension’s configuration, the field “Domain” is read only and the value is set to the old/standard domain ending in ‘auth0.com’.
Our API is built to accept ony the new/custom domain name and so the extension is not usable for us.
Thanks for any hint,
Anca

Hi @Anca ,

Welcome to the Auth0 Community!

Authentication API Debugger extension does not support the custom domain natively as of the current design. Could you please try the below workaround?

Open Chrome Dev Tool with Cmd+shift+c, search for domain, and update it with your custom domain.

Hope this helps!