为什么会出现“没有受信任的身份提供商”消息在 Sharepoint 2010 中(如果它有 STS)
当您在 Sharepoint 2010 中创建新的 Web 应用程序并为“身份验证”选项选择“基于声明的身份验证”时,“受信任的身份提供商”框将显示为灰色。
有一些博客等介绍如何添加自定义 STS 或 ADFS 之类的东西,但内置的 Sharepoint STS 不是身份提供商吗?
Sharepoint STS 在 Web 应用程序中扮演什么角色?它是一种不同类型的 STS 吗?
在与 STS 具有信任关系的普通 Windows Identity Foundation (WIF) 应用程序中,您会看到 STS 提供的登录屏幕。
在 Sharepoint 2020 中,您没有看到任何登录屏幕?
支持 Sharepoint 声明的应用程序与支持 WIF 声明的应用程序不同吗?
When you create a new web application in Sharepoint 2010 and you select "Claims based authentication" for the Authentication option, the "Trusted Identity provider" box is greyed out.
There are some blogs etc. about how you add a custom STS or something like ADFS, but isn't the built-in Sharepoint STS an identity provider?
What part does the Sharepoint STS play in a web application? Is it a different type of STS?
In a normal Windows Identity Foundation (WIF) application that has a trust relationship with a STS, you get a login screen provided by the STS.
In Sharepoint 2020, you don't get any login screen?
Are Sharepoint claims enabled applications different to WIF claims enabled applications?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Sharepoint 中的 STS 充当联合 STS。它实际上并不充当身份提供商,而是其他身份提供商的中心。您可以将其他身份提供程序(例如 AD FS)添加到 Sharepoint STS,以便您可以在 Active Directory 外部进行身份验证。 Sharepoint 应用程序成为其他发行人的依赖方。我们正在编写一本书,即将发布,其中有几个章节,您可以从我们的 CodePlex 网站< /a>.大多数索赔信息也可以在我们的第一本书中找到。
The STS in Sharepoint acts as a Federated STS. It doesn't actually act as an identity provider but a hub for other identity providers. You can add add other Identity Providers (like AD FS) to the Sharepoint STS so that you can authenticate outside of Active Directory. Sharepoint applications becomes the Relying Party for those other issuers. We are working on a book that will ship soon and have a couple of chapters on this that you can download from our CodePlex site. Most of the claims information is also available in our first book.