I’ve integrated Auth0 with a classic asp.net website using OWIN and everything has been working great.
I’ve just enabled the Auth0 account linking extension so that users can manually link their accounts. (I had been using a rule to do this but my client would prefer the users have the choice to do it).
After linking an account the user is sent back to my-site/callback#code…
This breaks the Auth0 integration as /callback doesn’t exist. I’m unsure why account linking would affect the process of sending the auth tokens etc back to my site and break the OWIN integration. Please provide guidance on this.
Regards,
James