开发者

How do I pass existing login from one WCF RIA Service to another one?

I have two different Silverlight RIA Services apps running on the same server. They both use the same username/password/membership/cookiename for authentication. All of our WCF methods has RequiresAuthetication attributes. Now has come the time where we need to call one WCF service from another WCF Service.

Other than combining the two apps in one, I'm sure we cannot go around storing username/passwords and then passing them around, so what's best practice for this? How do I pass the username/password (or some other object?) around to pass credentials开发者_高级运维 and consume that other WCF service?

Thanks!


RIA Services applications use ASP.NET application services by default. If you want credentials from one application to be valid for the other, you can use the same application name (Membership.ApplicationName) for both applications.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜