用于 Web 应用程序和 iPad 开发的 WCF 服务

发布于 2024-12-07 18:31:10 字数 191 浏览 0 评论 0原文

我的情况是,我有 wcf 服务,并且 Web 应用程序和 ipad 应用程序都可以使用它。所以我的问题是,我的客户端需要使用用户名和密码进行身份验证,那么我必须遵循的身份验证方法是什么。我是否必须使用任何 sessionid 或 url 中的某些内容来验证每个请求,或者是否有任何其他方法最初传递用户名和密码,从那时起,一旦用户通过身份验证,WCF 就会自动获取凭据。

I am in a situation where i have wcf services and which can be consumed by both web application and ipad application. So my question is, my client needs to be authenticated with user name and password, so what is the authentication method i have to follow. whether i have to use any sessionid or some thing in url to authenticate each request or is there any other method where initially pass user name and password and from then on,the wcf take the credentials automatically once the user is authenticated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

万劫不复 2024-12-14 18:31:11

实际上,您的问题可能已经在 WCF 会话或传递用户名/密码中得到了解答每次调用?。如果这不适合您,请查看自定义用户名称和密码验证器

Actually, your question is probably already answered in WCF sessions or pass username/password per call?. If that does not do the job for you, please take a look at the Custom User Name and Password Validator.

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