Azure AD authentication without app registration

一笑奈何 提交于 2019-12-01 01:57:18

One option is to register your app at https://apps.dev.microsoft.com. (And use the v2 endpoints)

Documentation here: https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-appmodel-v2-overview

What you want to make is known as a multi-tenant application. An application to which you can login from any Azure AD tenant.

The first link leads you to create a converged app which allows you to use Microsoft accounts as well as Azure AD accounts to sign in.

If you only want Azure AD accounts, you could just create an Azure AD and register the app there as a multi-tenant app. (And use the v1 endpoints)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!