Deployment on Azure App service with Windows Identity Authentication

  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