I want to take an existing an asp.net 4.5.2 mvc webapp that's using ad authentication, and without breaking the Ad authentication, I want to write a jwt so it can talk to a .netcore webapi securely
What is the best way to do this? links to Article and Code examples are appreciated.