TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ansh Takalkar
1.4k
293
4.6k
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.
Reply
Answers (
2
)
Retrieve userid from a url and store in a variable
Migrating user from Active Directory