Does anyone know how to issue additional claims from StarterSTS by Dominic (Codeplex). I currently am getting only Login Time Instance and the Authentication Type which is password. Is there some config file i can edit or Code i need to insert to provide additional claims to the user ?
Does anyone know how to issue additional claims from StarterSTS by Dominic (Codeplex). I
Share
I’m not sure if you can in StarterSTS, but if you note on the project it says:-
IdentityServer does support additional claims. You add the claims using the user profile – it’s very easy to do so I would recommend you upgrade to this if possible.
I can’t see the source for starterSTS so I’m not sure if it supports this feature. You can find Identity Server V2 here