Can Windows Identity Foundation allow us to connect to services and read contact information?
Here is a idea of how WIF advantages:
- WIF externalizes authentication, passing it over to security token services (STS) and reducing the demands on individual developers
- WIF also supports trust relationships where a service trusts anyone authenticated by the application accessing it.
- WIF provides support for a single sign-on (SSO) for users by sharing STS among applications.
- Developers can also, at run time, support both by creating a trust relationship between the application and service or bypassing the user's credentials from the application to the service.