MOSS 2007 预填充 SSO 凭据
我希望为使用 Sharepoint 内的 SSO 数据库的特定 Web 部件/应用程序设置用户凭据。有人可以向我指出如何在 .net 中执行此操作的代码示例吗? Web 部件/应用程序通常会在第一次使用时存储用户的凭据,但我希望他们根本不用费心输入这些凭据。
I'm looking to set a user's credentials for a particular webpart/application that utilizes the SSO database within Sharepoint. Can someone point me to a code sample of how I might do this in .net? The webpart/application typically stores the user's credentials upon the first use but I'd rather they not even be bothered with entering them at all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您将现有的 .net 应用程序集成到 SharePoint 中。如果是这样,以下文章应该可以帮助您:
SharePoint 单点登录:第一部分 , 第二部分
另外,如果您希望将 SharePoint 集成到现有的登录系统中,您可以实现可插入的 SSO 提供程序 为您做到这一点。您还可以集成 SharePoint 和 Active Directory(有关该主题的问题)。
I assume your integrating an existing .net application into SharePoint. If so, the following article should help you out:
SharePoint Single Sign-on: Part I, Part II
Also, if your looking to integrate SharePoint into an existing log-in system, you can implement a pluggable SSO Provider to do that for you. You can also integrate SharePoint and active directory (SO Question on the topic).