日内瓦服务器和 SQL 存储
我从一些 microsoft connect 博客听说,Geneva Server 使用 AD/LDAP 作为身份提供程序。 如果我必须在 SQL Server 中配置自己的自定义属性存储,并且这些用户不在 AD 组中,那是可能的。从博客中我看到 Genevea Server 与 AD 紧密耦合,如果我必须使用自定义存储然后我必须通过覆盖日内瓦框架中的基类来编写我的自定义STS。 所以我的问题是是否可以通过Geneva Server Beta 2 对来自SQL 存储的用户(不在AD 组中)进行身份验证?
I have heard from some of the microsoft connect blogs that Geneva Server works with AD/LDAP as identity providers. If I have to configure my own custom attribute store in SQL server, with these users not being in AD groups would that be possible.from the blogs what I have seen is that Genevea Server is tightly coupled with AD and if I have to use custom store then I have to write my custom STS by overriding base classes from the Geneva Framework. So my question is is it possible to authenticate a user from the SQL store,(who is not in AD group) visa the Geneva Server Beta 2?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的你可以。 MS 已发布了一份指南,向您展示如何操作,您可以从此处获取它 (GenevaServerFederatedCollaboration-SBS-Guide.pdf):
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=57602615-e1ee-4775-8b79- 367b7007e178
请参阅标题为“使用 SQL Server 数据库作为 Active Directory 或 AD DS 作为数据存储的替代方法”的步骤
Yes, you can. MS has published a guide that shows you how, you can grab it (GenevaServerFederatedCollaboration-SBS-Guide.pdf) from here:
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=57602615-e1ee-4775-8b79-367b7007e178
See the step titled "Using a SQL Server database as an alternative to using Active Directory or AD DS as a data store"
我的错误是,Beta 2 支持 SQL 属性 存储,但不支持 SQL 帐户 存储。
My mistake, a SQL attribute store is supported, but SQL account store is NOT supported in beta 2.