Click here to Skip to main content
16,023,224 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to WIF and role membership provider security and need some guidance to develop an application that will provide a Single sign on authentication and authorization based on roles to both (Internal/external users) to access:
1. all other web applications
2. Web Services
3. WCF

Any info. or related links will be helpful.

Thanks
SB
Posted

1 solution

Unless you already have a SSO provider to use you'll have to created one. Determine where and how you will store credentials then create a component that each of these environments can call to authenticate users.

Have a look here
http://download.microsoft.com/download/c/6/5/c65ff9fd-0ed7-47f6-91ab-000e6265ea5b/enterprise_sso_whitepaper.doc[^]
 
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