简体   繁体   中英

How can I use Azure Active Directory as an identity provider for my webforms and mvc applications?

I have a WebForms application that uses old Membership identity for authentication/authorization. Now I am adding an MVC Core application that needs to share the same users. But .Net Core doesn't support old way of authentication. So I am thinking about migrating to a 3rd party provider. We already use Azure. But I cannot find a simple tutorial on how to do this migration to Azure Active Directory. Please advise.

Here is an article about using Azure Active Directory as an identity provider for the webforms and mvc applications.

Also, you can refer to the official samples .

Select Register to create the application." What if I already have an application?

If the application you mentioned refer to https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app . You can use the old one(need to change the settings) or just create a new one.

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