简体   繁体   中英

How to implement Single sign-on (SSO) with AD user from Azure portal for few different applications?

I have 5 applications with different technology like asp.net,asp.net MVC,AngularJS and JAVA,so my company is going for cloud hosting.Now each application has their own login tables, all the existing data mapped based on their login ids. Now company asking to implement Single Sign On (SSO) from the Azure AD portal for all the applications. How to proceed?Please help me out with the proper guide.

Thank you.

However when user is login, I am capturing their role and login id.How could we will capture user existing login id when we will implement SSO.Since we need to present the respective user details based on their login id's.How to read the user info from Azure AD Portal in my application.

Hi and welcome to stackoverflow.

Here is a link, where you can find lots of examples in different programming languages with different libraries used to help you with your implementation.

https://learn.microsoft.com/en-us/azure/active-directory/develop/sample-v2-code

If you can't use the libraries directly, you will be forced to do your own calls to the graph api (REST).

https://learn.microsoft.com/en-us/graph/api/resources/azure-ad-overview?view=graph-rest-1.0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM