How to implement asp.net core identity with auth0

Hi everyone,

The title may sound confusing or silly, but let me explain. Currently, I’m utilizing Auth0 for both authorization and authentication in my React client, and it’s functioning smoothly. However, I’m considering the importance of having a backup plan in case Auth0 experiences downtime or becomes unavailable.

To address this, I’m looking into integrating ASP.NET Core Identity alongside Auth0. This would serve as a fallback solution, ensuring the continuity of authentication and authorization processes even if Auth0 encounters issues. However, during my attempts to implement ASP.NET Core Identity, I encountered some challenges, particularly with regards to authorization.

I’m seeking advice on how to effectively integrate ASP.NET Core Identity alongside Auth0 without causing conflicts or disruptions in the authorization flow.

Any insights or suggestions would be greatly appreciated.

Thank you.