我可以在 Windows Azure 中使用什么令牌颁发者?
我正在 Azure 中构建多租户应用程序并计划使用声明 (WIF)。我没有托管 ADFS 来向我的应用程序的用户颁发令牌。
我有什么选择?有可用的商业产品吗?
谢谢&问候,
阿杰
I am building a multi-tenant application in Azure and planning to use Claims (WIF). I do not have ADFS hosted for issuing tokens to the users of my applications.
What options do I have? Is there any commercial offering available?
Thanks & Regards,
Ajay
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Azure 在 AppFabric 访问控制 中提供自己的令牌颁发。检查 Michele L. Bustamante 的 云中的访问控制:Windows Azure AppFabric 的 ACS 写得非常好。还有一个演示视频在 Channel9,了解如何使用 AC 和客户端的 ADFS 来控制对 Azure 服务(在本例中为达拉斯)的访问。
Azure provides it own token issure in AppFabric Access Control . Check Michele L. Bustamante 's Access Control in the Cloud: Windows Azure AppFabric's ACS for a very well written intro. There's also a demo video at Channel9 on using AC and a client's ADFS to control access to an Azure service, in this case Dallas.
您现在可以尝试 ACS 实验室(该服务的早期版本):http://acs.codeplex.com
现在支持 WS-Federation。
我的旧帖子-->
AppFabric 访问控制当前只能用于 REST 端点(WRAP、SWT)。如果您的 Windows Azure 应用程序是一个网站,您可能需要支持 WS-Federation 的 STS。
您可以构建自己的(并将其部署在 Windows Azure 上),也可以依赖其他地方托管的 STS。
要构建您自己的,我建议查看 starter sts
You can now try ACS labs (early version of the service): http://acs.codeplex.com
It now supports WS-Federation.
my old post-->
AppFabric Access Control can currently only be used for REST endpoints (WRAP, SWT). If you Windows Azure app is a web site, you probably need an STS that supports WS-Federation.
You can build your own (and deploy it on Windows Azure) or you can rely on an STS hosted somewhere else.
To build your own I suggest looking athe starter sts