I'm consuming a WCF Webservice with CRM Backend. All the users are stored in CRM. User can have different roles e.g. Supervisor, Team Leader etc.
I would like to use the asp.net User.Identity.Name or User.IsInRole etc. Could someone please advise how this can be achieved?