Ansh Takalkar

Ansh Takalkar

  • 1.4k
  • 262
  • 4.1k

Azure AD authentication with JWT token

Feb 11 2021 12:32 PM
Hi All,
I am using ASP .NET core web API (3.1). Where I need to authorized the user in 2 ways. First by SQL identity (with user name and password) and second by Azure AD SSO (by clicking Microsoft login button). I used JWT for SQL authentication and send back a JWT bearer token. This part is working fine. I need a way to do same JWT bearer token sending feature with Azure AD in same application. Please suggest.

Answers (2)