It looks like if you have an OrganizationServiceProxy setup authenticated underUser A and then set the CallerId property to be User B, in the plugin context what you get is:
- context.UserId = User B
- context.InititatingUserId = User B
Is there any way to get to User A from the plugin context in this scenario?