Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,143 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Currently, we are implementing both the frontend and backend as containers on App Service. We are using App Service authentication with Microsoft Entra ID and Single Sign-On (SSO). After authentication, we intend to authorize users based on their email addresses in the backend. However, we are unable to find the following four request headers in the browser's DevTools:
After authentication with Microsoft Entra ID, is it possible for App Service to insert these headers into the request headers?