简体   繁体   English

从WCF服务验证dotnetnuke

[英]Authenticate dotnetnuke from WCF Service

I have a DNN site that has all the users info. 我有一个DNN网站,其中包含所有用户信息。 Currently we are planning to create a Winform Application that login with the DNN credentials through a WCF web service. 当前,我们正计划创建一个Winform应用程序,该应用程序通过WCF Web服务以DNN凭据登录。 But, I don't get how the WCF service can verify the username and password with DNN. 但是,我不知道WCF服务如何使用DNN验证用户名和密码。 I have searched a lot but of no use. 我已经搜索了很多,但没有用。 Can anybody please give me a clue how to do it ? 有人可以给我一个提示怎么做吗?

I have done it using ASP.Net Membership. 我已经使用ASP.Net Membership完成了。 Used the same machine key as DOtnetnuke, and I could authenticate now. 使用了与DOtnetnuke相同的机器密钥,我现在可以进行身份​​验证。 Thanks :) 谢谢 :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 验证后读取 WCF 服务中的用户名 - Read username in WCF service after authenticate 如何配置部署在IIS和远程客户端上的WCF服务以从远程客户端PC进行身份验证? - How to configure WCF service deployed on IIS and remote client to authenticate from remote client PC? WCF:在执行某些服务操作之前对用户进行身份验证 - WCF: authenticate user before executing some service operation 创建WCF Rest服务以接受SAML并验证Windows用户 - Creating an WCF rest service to accept SAML and authenticate Windows users 来自 wcf 服务的 Httpwebrequest - Httpwebrequest from wcf service 如何使用自定义令牌对WCF服务进行全局身份验证 - how to Authenticate WCF service globally using custom token AngularJs 应用程序无法使用 Wcf 服务验证用户登录 - AngularJs application unable to authenticate user login with Wcf Service 如何使用REST Service-wcf WebHttpBindig对用户进行身份验证? - how to authenticate user with rest service-wcf WebHttpBindig? 如何安全地验证WCF服务方法的调用程序集? - How do I securely authenticate the calling assembly of a WCF service method? 客户端WPF应用程序如何通过Azure上的WCF服务进行身份验证? - How does a client WPF application authenticate with a WCF service on Azure?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM