Caller Authentication Behavior

I am getting an unexpected caller authentication when I call another canister’s update method from a new canister. I do not get the error when i call the other canister’s update method directly via DFX. In both cases, the caller is exactly the same (my canister is owned by the DFX principal).

  • answering my own question - that is expected because the canister is a different identity than the dfx principal
1 Like