在Windows Azure中使用AD进行用户帐户管理

时间:2021-10-20 17:05:37

Has anyone implemented a project using Azure for user registration and authentication?

有没有人使用Azure实现用户注册和身份验证的项目?

I can see how it would work well in an Enterprise application, but it seems as if there is no easy way to enable "self registration"

我可以看到它在企业应用程序中如何运行良好,但似乎没有简单的方法来启用“自我注册”

It looks like it is intended to work with an on premises AD solution, or alternatively for new users to be added using the Azure management portal.

看起来它打算与内部部署AD解决方案一起使用,或者使用Azure管理门户添加新用户。

Can anyone give me the benefit of their experience?

谁能给我带来经验的好处呢?

1 个解决方案

#1


0  

WAAD is a fully implemented solution for what I think you are trying to do, but created in a way very different than the "Active Directory" server product that it shares a name with. Take a look at the Windows Azure Active Directory Graph API, which is the RESTful management API for WAAD. With Graph API you would be able to create a fully functional application authenication system to meet your needs.

WAAD是一个完全实现的解决方案,我认为你正在尝试做,但创建的方式与它共享名称的“Active Directory”服务器产品有很大不同。查看Windows Azure Active Directory图谱API,它是WAAD的RESTful管理API。使用Graph API,您将能够创建功能齐全的应用程序验证系统,以满足您的需求。

Overview
http://msdn.microsoft.com/en-us/library/windowsazure/hh974482.aspx

API Reference
http://msdn.microsoft.com/en-us/library/windowsazure/hh974478.aspx

API参考http://msdn.microsoft.com/en-us/library/windowsazure/hh974478.aspx

Links, Examples, etc
http://msdn.microsoft.com/en-us/library/windowsazure/hh974476.aspx

链接,示例等http://msdn.microsoft.com/en-us/library/windowsazure/hh974476.aspx

#1


0  

WAAD is a fully implemented solution for what I think you are trying to do, but created in a way very different than the "Active Directory" server product that it shares a name with. Take a look at the Windows Azure Active Directory Graph API, which is the RESTful management API for WAAD. With Graph API you would be able to create a fully functional application authenication system to meet your needs.

WAAD是一个完全实现的解决方案,我认为你正在尝试做,但创建的方式与它共享名称的“Active Directory”服务器产品有很大不同。查看Windows Azure Active Directory图谱API,它是WAAD的RESTful管理API。使用Graph API,您将能够创建功能齐全的应用程序验证系统,以满足您的需求。

Overview
http://msdn.microsoft.com/en-us/library/windowsazure/hh974482.aspx

API Reference
http://msdn.microsoft.com/en-us/library/windowsazure/hh974478.aspx

API参考http://msdn.microsoft.com/en-us/library/windowsazure/hh974478.aspx

Links, Examples, etc
http://msdn.microsoft.com/en-us/library/windowsazure/hh974476.aspx

链接,示例等http://msdn.microsoft.com/en-us/library/windowsazure/hh974476.aspx