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.
Gajendra JangidPosted Apr 6, 2022, 4:45 AM
Preeti IslurPosted Feb 16, 2021, 8:32 AM