I am very new to Auth0. In fact, I am trying to understand if this is the place where I belong.
We have a legacy web application. Most of it is WebForms, and some projects are MVC 5. We use old Membership role-based identity for authentication and authorization.
Now I am about to create new applications with MVC Core, which should serve the same users as the old application, but not replace the old application. Asp.net core does not support old identity system.
So my question is this: can I use Auth0 for both WebForms, MVC5, and MVC Core applications, if I migrate?
Thank you very much in advance.
I’m, like, 99% sure you will have no trouble using Auth0 to provide single-sign on to your users. Have you checked our quickstarts? Most of the times, we have libraries (SDKs) ready to be used on platforms, sometime we just need a bit more tweaking.
Thank you for your answer. So far I have not found how I can use Auth0 with WebForms and/or MVC 5. As I mentioned, I am really new to all this, so I need some steps to follow. E.g. when I add an application on the dashboard, I have to choose a technology used, but there is no WebForms in the list.