How do I correctly implement and detect SSO sessions with the new API Authorization features?

If your client is meant to detect an SSO session, the correct way would be to use silent authentication to detect this. Auth0.js (currently at v8) provides a method renewAuth as documented here to make this flow easier.

The way this flow would work is:

We have a very simple sample here that illustrates how this can be implemented.