I just integrated the MembershipReboot to my Thinktecture Identity server V2. Now ,I would like to extend user profile like firstname, lastname, facebook, twitter, etc..
Is there any way that I can do it like in ASP.NET membership provider just need to modify config file only with MembershipReboot?
IIRC, the MR sample implements the IClaimsRepository interface -- this is the interface you need to implement to expose claims for the tokens issued from IdentityServer.