More Info:

Azure App Service Authentication prevents anonymous HTTP requests to reach the API app. Also, it ensure to authenticate those that have tokens before they reach the API app. Anonymous requests from browser are redirected to a logon page.

Risk Level

Medium

Address

Security

Compliance Standards

SOC2, GDPR, ISO27001, CISAZURE, CBP, HIPAA, HITRUST, NISTCSF, PCIDSS

Triage and Remediation

Remediation

To remediate the “App Service Authentication Disabled” misconfiguration in AZURE using the AZURE console, you can follow these steps:

  1. Open the AZURE console and navigate to the App Service that needs to be remediated.
  2. Click on the “Authentication/Authorization” option from the left-hand menu.
  3. Under the “Authentication Providers” section, select the “Azure Active Directory” option.
  4. Select the “Express” option to set up authentication quickly or “Advanced” to configure custom settings.
  5. Follow the prompts to configure the authentication settings as per your requirements. You can choose to enable/disable different authentication providers such as Facebook, Google, Twitter, and Microsoft.
  6. Once you have configured the authentication settings, click on the “Save” button to apply the changes.

By following these steps, you can remediate the “App Service Authentication Disabled” misconfiguration in AZURE using the AZURE console.

Additional Reading: