I have created an employee portal that's making use of ASP.NET identity and also a console application that will be scheduled to run daily to create new users as employees are hired (linking to our employee database).
The issue I'm facing is that the callback URL that is generated from my console application is not recognized by my ASP.NET application.
Does anyone have experience with this?