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
tarun narang
NA
11
730
How to generate AAD token using IIS - Win Int Authentication
Mar 3 2020 4:35 AM
How to generate AAD token using IIS - Windows Integrated Authentication (Kerberos) enabled?
In AS-IS case, all the applications are deployed on private network and only exposed to internal users. Users logged in via their windows system credentials are authorized to call web based application (Angular) deployed on IIS with Windows Integrated feature (kerberos) enabled. Authenticated users further calls the APIs end points. There is no APIs authentication in place as of now.
Now to place a security around the endpoints, it's recommended to get it authenticated via AAD but it should not prompt user with the login page.
I was looking for Microsoft.Identity.Client library to implement this but did not get much documentation or any example around it.
Further Details are mentioned in the Stack overflow - https://stackoverflow.com/questions/60504855/how-to-generate-aad-token-using-iis-windows-integrated-authentication.
Reply
Answers (
1
)
About an Article
group policy in authorization from azure AD in MVC5 web app