Hi Team,
Need some support on Django Integration with AUTH0,
AUTH0 session is not sync (overriding) with DJANGO part.
- we are able to Reach the IDP auth0 from our server,
- login url , callback url, logout url all are defined in the configuration
- Able to login successfully with AUTH0 user account and redirect to our application,
- OUR DJANGO Application also uses the login mechanism,
- Need your support to override this django login mechanism with AUTH0