本文介绍了使用 .net 4.5 在 VS2012 中创建自定义 STS 服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

因为我是 WIF 的新手.我想在 WIF 上创建自定义 STS,但这些文档仅适用于 .net 3.5:http://msdn.microsoft.com/en-us/library/ee748498.aspx我在 vs 2012 中找不到这些模板.所以我该怎么做?有人可以向我提供一些信息吗?谢谢!

解决方案

模板已替换为 身份和访问工具.

参考 .NET Framework 4.5 Beta 中的 Windows Identity Foundation:工具、示例、无处不在的声明

按照 FedUtil 的向导,不再有自定义 STS 工具选项.正如其他帖子所提到的,您仍然可以推出自己的.

请参阅:Windows Identity Foundation 4.5 的新增功能.>

看看 Identity Server,这是一个非常好的自定义 STS 并根据需要进行更改.

Since I'm new to WIF.I want to create a custom STS on WIF, but these document only for .net 3.5:http://msdn.microsoft.com/en-us/library/ee748498.aspxand I can't find these template in vs 2012.So what should I do? Can anybody provide some information to me ?Thanks !

解决方案

The templates have been replaced with the Identity and Access Tool.

Refer Windows Identity Foundation in the .NET Framework 4.5 Beta: Tools, Samples, Claims Everywhere

There is no custom STS facility option anymore in the sense of a wizard as per FedUtil. As other posts allude to, you can still roll your own.

Refer: What's New in Windows Identity Foundation 4.5.

Have a look at Identity Server which is a very good custom STS and alter as required.

这篇关于使用 .net 4.5 在 VS2012 中创建自定义 STS 服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-10 16:00