简体   繁体   English

将Office 365身份验证集成到asp.mvc中

[英]integrate Office 365 authentication into asp.mvc

I have a webapplication that implements the authentication with azure ad. 我有一个Web应用程序,该应用程序实现了带有天蓝色广告的身份验证。 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 我想要像auth登录这样的功能,例如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. 我们可以构建多租户应用程序,以为Azure AD上任何组织的其他租户中的用户启用该应用程序。

We can enable the 'multiple-tenant' option on the Azure portal like figure below: 我们可以在Azure门户上启用“多租户”选项,如下图所示: 在此处输入图片说明

And below are two helpful articles about developing multiple-tenant app integrate with Azure AD: 以下是有关开发与Azure AD集成多租户应用程序的两篇有用的文章:

Build a multi-tenant SaaS web application using Azure AD & OpenID Connect 使用Azure AD和OpenID Connect构建多租户SaaS Web应用程序

Integrating applications with Azure Active Directory 将应用程序与Azure Active Directory集成

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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