IdentityServer / IdentityServer2

[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
Other
410 stars 291 forks source link

User Name claim for SharePoint 2013 #859

Open venh opened 8 years ago

venh commented 8 years ago

Hi,

I am trying to integrate Thinktecture IdentityServer v2.2 into my SharePoint 2013 environment by following the below link.

http://www.wictorwilen.se/using-sharepoint-2013-with-thinktecture-identityserver-2

It has claim mappings for Email, Role and Title. I want to have claim mapping for user name only. Can anyone please tell me how can I achieve that?

Also, I would like to manage my users and roles into a custom DB than the one used in the solution. Can you please guide me?