+1 -Ben Dewey
-----Original Message----- Date: Thursday, October 01, 2009 5:32:55 pm To: [email protected] From: "Pablo Cibraro" <[email protected]> Subject: Profile ID claim Hi, I've been looking into the metro implementation source code, and it looks like you still have the user profile id as an argument in almost all the request messages. I am currently implementing some changes in the .NET implementation, so I think it would be a good idea to pass that attribute as a claim that can be gotten from the Active STS. If we all agree on this, I think we could use a claim like this to represent the profile id. Claim name: "http://trade.com/profile_id" Claim value: an string representing the user profile id There are some methods in the Business Service that don't make sense anymore like Login or Logout. The login method is still useful for getting some data about the user profile, so I think we rename it somehow to something meaningful. Let me know what you all think about this, so I can update the current specification with these changes. Thanks Pablo.
