Cross-Site Request Forgery Mitigation Mechanism

Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they're currently authenticated. For more information follow this link.

To mitigate this kind of attacks, OData provider use a Double Submit Cookie pattern based security mechanism. The following image depicts the design of the aforementioned CSRF mitigation mechanism.

Design

Implementation Details

Connecting through third party Apps

Refer this link for information on implementing the above for Microsoft Power Apps and Logic Apps.