How can i use users from my partner's application to single sign on

亡梦爱人 提交于 2019-12-25 04:44:32

问题


Is it possible to use Single Sign On based on users from ApplicationA to get in to ApplicationB? If yes how it should work in Azure AD portal and how should I use API to reach this goal?

Now I am able to authenticate users which have an account on Azure/Microsoft services, but I want to allow to get in to my application (ApplicationB) only users which are registered in my partner's application (ApplicationA).

I use OAuth2 protocol and python's libraries to handle all of this.

来源:https://stackoverflow.com/questions/28450734/how-can-i-use-users-from-my-partners-application-to-single-sign-on

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