Click here to Skip to main content
15,888,177 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
My understanding on asp.net core so far:

ASP.NET CORE application targeting .net framework -- not open source and does not support multi-platform -- for this setup can i call i am using ASP.NET with MVC 6?

ASP.NET CORE application targeting CORE framework -- open source

The question i have is:

1. I am going to develop some re-usable libraries for authentication against Azure Active directory and querying Azure AD using MS Graph and then i will have to integrate it in other applications to change the authentication mechanism.

lets say I created these libraries using asp.net core with .net 4.6 target framework. If i have to integrate these in other applications which includes :
1. applications developed using MVC <5
2. applications developed using web forms
3. applicaitons developed using .net and angular
4. applications developed using .net console.

, will i be running into any compatibility issues or any other issues that i should know before i take this decision .

Can some one provide nice solutions on how to replace authentication of various existing applications to get authenticated via azure AD .Any best practices. Also based on role , group , corresponding authorization on resources should work.

Any explanation , guidance will help.

Thank You!

What I have tried:

Trying to google and look for differences and understand concepts
Posted
Updated 23-Jul-18 13:33pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900