我可以在 Windows Azure 中使用什么令牌颁发者?

发布于 2024-09-10 11:35:14 字数 124 浏览 5 评论 0原文

我正在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

苏大泽ㄣ 2024-09-17 11:35:14

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.

贪了杯 2024-09-17 11:35:14

您现在可以尝试 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文