Click here to Skip to main content
15,902,198 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone,

I am very new to WCF. I am having a difficulty with wcf. I need to implement Single Sign-on. I am performing authentication with SqlMembership. For SSO, I am suggested to use WCF Authentication service and Role Provider with Membership. I searched a lot but I cant find any way to consume this authentication service. how can we set our role provider and membership provider to a wcf service? how can we perform SSO with WCF? I have found so many link that shows how to enable Authentication service but none for consuming them. And Role provider is quite new to me.

I need your guidance geeks.

It will be more helpful If i will have example or link to syntax.
Posted

1 solution

Finally I got the solution. There is a attribute in MembershipProvider tag of web.config called ServiceURI. Mention you WCF service URL in it. your service will act as membership Provider.

Same goes for Roles and profiles.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900