How can I get the username from the webservice my Webservice is configured under Enterprise sign on authentication.
I am using the below code for webapplication Request.ServerVariables("HTTP_CT_REMOTE_USER")
and I need a equivalent for webservices
Context.Request.ServerVariables["HTTP_CT_REMOTE_USER"]
returns null for me