.net Core Api authentication with ADFS 2012
问题 I need to configure my .Net Core Web Api (.Net Framework) to use ADFS 3.0 (2012) to validate the Bearer tokens sent by our mobile clients. I am able to generate the access_token from the ADFS server, and I pass it in the Authorization header. My problem is in the API: how do I configure it to validate and autorize the user? I searched in many places and I could not find a definitive method of doing it. What I tried so far: Used IdentityServer4 (Failed because it uses JWT and ADFS doesn't