Asp.Net Identity and multiple login mechanisms

。_饼干妹妹 提交于 2019-12-06 14:09:45

问题


I'd like to create an application that would be as open as possible to different login mechanisms.

So I've used Asp.Net Identity.

For (almost) free, this system gives me:

  • Simple accounts
  • OpenID with Facebook, Microsoft, Google and more

If you use the other templates, you can also have Organisational Accounts with the following 3 options:

  • Cloud - Single Organisation
  • Cloud - Multiple Organisations
  • On-Premises

My use cases are showing that I need a mix of all of that:

  • Users that want a simple account
  • Users that want to connect with OpenID
  • Companies that are using Office 365 and would like to SSO with our application
  • Companies that are using On-Premise Active Directory and would like to SSO with our application

While I could find a lot of documentation for each of those point separately, I fail to find one that would describe how to use them all in the same app.

So, is it at all possible? And of course, if yes, how are we supposed to get it to work?

Thanks,

来源:https://stackoverflow.com/questions/23648836/asp-net-identity-and-multiple-login-mechanisms

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