Background

We currently use OpenID for authentication of users, and use the Claimed Identity we get back to link the authentication with a 'contact' record in our database.

Problem

We're now looking to add WIF to the mix, however I'm worried that by adding this extra layer will will no longer receive the same Claimed Identity values back from WIF (i.e. those of OpenID).

Question

What do we do about all our existing users, which currently have OpenID claimed identity strings as their 'id'? How can we link those users to their OpenIDs once WIF is implemented?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

I've found the answer to this, so just in-case anyone else is stumped:

If you read this blog post on WIF, you'll see that the original Claimed Identity from the provider is returned and applied within the ClaimsIdentity Class.

link|improve this answer
feedback

I'm not sure I completely follow what you are doing, but if you are adding other identity providers (and keeping OpenID) you might want to considier using ACS (Access Control Service). Your app will just use 1 library (WIF) and you would outsource dealing with different protocols and identity providers to ACS.

The end result is a very clean (and future proof) solution.

ACS supports out of the box: any OpenID IdP, any WS-Federation IdP, Yahoo!, Google and Facebook.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.