App Service web app authentication is not enabled Affecting App Service (Web Apps) service in Azure


0.0
medium
0
10
    Severity Framework Snyk CCSS
    Rule category IAM / Authentication

Is your enviroment affected by this misconfiguration?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
    Frameworks
    CIS-Azure CIS-Controls CSA-CCM HIPAA ISO-27001 SOC-2
  • Snyk ID SNYK-CC-00451
  • credit Snyk Research Team

Description

Azure App Service Authentication is a feature that can prevent anonymous HTTP requests from reaching the API app, or authenticate those that have tokens before they reach the API app. If an anonymous request is received from a browser, App Service will redirect to a logon page.

How to fix?

Set properties.enabled attribute to true in config resource.