Question
User security question
I've created a mashup that references a custom service that is defined on a thing that calls Resources["EntityServices"].CreateThing service to create a new thing from a template. "Service execute" permissions have been applied as follows:
- for the System account on the referenced thing that contains the called service, under all properties, events and services
- for the user on the referenced thing that contains the called service, in an override for the service
- for the System account on the Thing Template that is used to create the new Thing
- for the System account on EntityServices
I am now seeing an error that states "Not authorized for Create Cause: Not authorized for Create]" but I can't figure out where to go next.
