Looking at the Chrome network debug window when logged in I’m seeing the authorize endpoint being hit every few seconds. Is this intended behavior like some sort of retry mechanism?
Hi,
If a token expires and isn’t found in cache, it will trigger the authorize endpoint again to get a new one.
One way to handle this would be to increase the token expiry time
It looks like your application is making multiple silent auth calls. When the Login Required error is returned, the user must be redirected to the Auth0 login page without the prompt=none parameter to authenticate. Please see here for more: Configure Silent Authentication