How can I avoid Session sharing between 2 SPA (Single Page Application) in the same tenant?

Hi @sumeet,

Welcome to the Auth0 Community!

You should be able to use the Auth0 Management API v2 Patch by client ID endpoint to set

{"sso_disabled":false}

Hope this helps!