用于 Web 应用程序和 iPad 开发的 WCF 服务
我的情况是,我有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上,您的问题可能已经在 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.