We have been using a security context in tha past with 15.1.3 to identify an individual as follows
string contactID = ((Asi.Security.AppPrincipal)Asi.Security.AppPrincipal.CurrentPrincipal).AppIdentity.ContactMaster;
I have since loaded the new 15.2 on a server and this context no longer works.