Вопрос

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