2
Answers

Azure AD authentication with JWT token

Ansh Takalkar

Ansh Takalkar

4y
928
1
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)