futoin / core-js-ri-executor

FutoIn Core JS Executor Reference Implementation
Apache License 2.0
1 stars 0 forks source link

Executor: add paradigm of "on behalf of" calls to internal services #30

Closed andvgal closed 9 years ago

andvgal commented 9 years ago

The idea is to authenticate user only once and then while making internal calls to other services manage access control as if client makes the calls directly.

Example:

To avoid security holes this should be the default mode for all calls originating from FutoIn request processing task. If the behavior is not desired, that a it should be controlled by special parameter in CCM.