Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
444 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a container app which is developed in Python with streamlit. I enabled Azure build-in Authentication ("Easy Auth") with Microsoft Entra ID. The authentication part works fine. However, I want to enable some custom authorization implementation based on logged in user's group. How can I get user claims (such a X-MS-CLIENT-PRINCIPAL-NAME, X-MS-CLIENT-PRINCIPAL-ID,
etc headers) in my Python code?