21
Views
2
Comments
How to implement WAF (web Application firewall) for outsystems reactive web applicati

How to implement WAF (web Application firewall) for outsystems reactive web applications?

2019-11-11 17-10-24
Manish Jawla
 
MVP

Hi @Priya Naveen ,

To implement a Web Application Firewall (WAF) for OutSystems 11 Reactive apps, the setup depends on where your app is hosted.

  • If you’re on OutSystems Cloud, a managed WAF already protects your environments.

  • If you’re self-managed (on-prem, Azure, or AWS), place the WAF in front of your web servers (IIS). Use:

    • Azure Front Door or Application Gateway WAF for Azure.

    • AWS WAF with CloudFront or ALB for AWS.

    • NGINX or Apache with ModSecurity (OWASP CRS) for on-prem setups.

ref link:

https://success.outsystems.com/documentation/11/security/web_application_firewall_in_outsystems/ 

https://success.outsystems.com/documentation/11/security/web_application_firewall_in_outsystems/implementing_a_waf_for_your_applications_on_outsystems_cloud/ 

Hope this helps.

Regards,

Manish jawla

2022-09-05 11-03-57
Sérgio Miranda
Staff
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.