We're using a WCF service to connect to SharePoint 2013 for updating lists.
We create a client token on our web page which calls the WCF service and our issue is that updates are logged in SharePoint as being by the "WCF Application ID" (the identity the WCF App Pool is logged in as) instead of the person's user ID.
Has anyone ever encountered this issue? I can provide the token creation code if it helps.
Thank you for reading.