简体   繁体   中英

integrate Office 365 authentication into asp.mvc

I have a webapplication that implements the authentication with azure ad. This works very well with our own azure ad.

But how is it possible to allow other users to sign in into our application? I don not want to manially assign the users to our active directory for this.

I want a functionality like the auth login like tippsweet.de

how does this work?

We can build the multiple-tenant app to enable the app for the users on other tenants of any organization on Azure AD.

We can enable the 'multiple-tenant' option on the Azure portal like figure below: 在此处输入图片说明

And below are two helpful articles about developing multiple-tenant app integrate with Azure AD:

Build a multi-tenant SaaS web application using Azure AD & OpenID Connect

Integrating applications with Azure Active Directory

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