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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top