SAPODataConnector - Handle csrf/cookie without user session - Mendix Forum

SAPODataConnector - Handle csrf/cookie without user session

5

With the current implementation of the SAPODataConnector handling of CSRF Tokens and Cookies is tied to the current user (and current user session).

This automatically means, that it is not possible to use any of the OData methods that require CSRF tokens out of the box in a ScheduledEvent/ProcessQueue or any other process running in a system context.

To properly implement interfacing solutions not running in as user context it is required that the module handles this correctly in a system context.

asked
2 answers

Hi, this was quite a while ago… I think it was fixed.

Created

Hi Fabian, has this been implemented by now? Tx.

Created