Afternoon. We’re a company that has a pretty old application that we want to implement Auth0 into to allow our users to click into another application that they want to sign into.
What we want to do is keep our existing authentication pipeline and gradually move parts over to Auth0. As it stands, we have a hybrid OWIN token & ASP.NET Cookie based application, so replacing the entirety of the authentication pipeline is pretty impossible. But what we could do is create newer parts of our application with a .NET CORE API, using Auth0 and move parts over piece by piece. We can then share our application with a 3rd part to enable us to SSO sign into them without affecting our existing application.
I’ve not found any documentation that helps me on this, and to be honest there is alot of it! Has anyone got any experience of this?