User-1796506859 posted
Hi Folks,
I have a managed windows service (C# .Net 4) that is using Transport Security Mode with TransportCredentialType.Windows.
All is working fine, however, I want to be able to check the credential that is passed to see if it is a member of a specific Active Directory security group.
I figure that I need to write a custom WindowsSecurityTokenAuthenticator or something like that, or I need to write some other Authorization routine.
Does anyone have an example on how to do either of these.
Regards
Andy
Edit: Sorry, I forgot to add, needs to be done in code as there is no config file.