Amenti
Amenti

Reputation: 1560

Single Sign On with Windows Identity Foundation

Are there any good online resources or books regarding single sign on with WIF? I am especially interested in leveraging existing customer accounts like live.com or googlemail. I saw in some Channel 9 Videos that this should be possible but didn't stumble upon concrete examples on how to implement it.

Upvotes: 3

Views: 1530

Answers (2)

rbrayb
rbrayb

Reputation: 46700

There's also:

Programming Windows Identity Foundation

If you want Windows Live or Google logins, you need to look at integrating WIF with Azure ACS.

Refer Access Control Service Samples and Documentation.

Also see the how-to's etc. in the TechNet Wiki Windows Identity Foundation (WIF) and Azure AppFabric Access Control Service (ACS) Content Map and Windows Identity Foundation (WIF) Content Map.

Upvotes: 3

Eugenio Pace
Eugenio Pace

Reputation: 14212

There are many resources available:

  • Identity Training Kit (link)

  • Claims based Identity Guide (link). The e-book for this is available here.

Both contain theory, practice and examples of what your are trying to do.

Upvotes: 1

Related Questions