Deployment on Azure App service with Windows Identity Authentication

System Information
  • Strapi Version: 4
  • Operating System: Windows
  • Database: MySql
  • Node Version: 14
  • NPM Version: 8
  • Yarn Version:

  1. Frontend development is done in Angular & the build files are copied to the “public” folder of Strapi project.
  2. In the development System, with Strapi’s API Token & “Authorized” Role Configured, the Application works fine.
  3. In Production ( Azure App Service ( windows ) , using Push deployment, & “Authentication set to Windows Identity”, All the GET requests are working, But “POST” requests are returning 403 forbidden.
    NOTE: Collections are give access to both “Authorized & Public” roles