Acme@auth0/nextjs-auth0 4.26.0

Two products, two login servers

The Guest Portal is public and anyone may sign up for it. The Admin Console is internal and its login server only issues tokens to the Administrators group. Nobody is given the administrator password, which is generated at start-up and never printed.

  1. Sign in to the Admin Console as guest@acme.test with Guest-Signup-2026. The admin login server refuses you.
  2. Sign in to the Guest Portal with those same credentials. That one works.
  3. Now open the Admin Console. You are inside it, as guest|1.
  4. Open the different-hostname control. The same session is refused there.

Start over, log out

No session

No session cookie is present.

Which login server each product uses

Guest Portalhttps://f16-idp.huntland.abiusx.com/oauth2/guest
Admin Consolehttps://f16-idp.huntland.abiusx.com/oauth2/admin
Controlhttps://f16-other-idp.huntland.abiusx.com/oauth2/admin

Each also answers as JSON at /guest/whoami, /admin/whoami and /other/whoami.