Hi all! This isn’t a bug report but a newbie question, apologies if it’s the wrong forum.
I’m setting up a SPA + API with the free version of auth0. Suppose I don’t have any Rules or Hooks or even a custom database – just the most basic hosted setup.
When deployed, both the API and the SPA may be installed on (same or different) PCs that are behind a pretty stringent firewall, blocking everything that’s not specifically whitelisted. My question is: can I rely on simply whitelisting https://MY_TENANT_DOMAIN.auth0.com in this situation? Is there a public list of IPs to whitelist (not for Rules, but for simple login)?
Or is that something that only comes with a premium auth0 account (which level)?
Thank you!