An Azure service that provides a general-purpose, serverless container platform.
I figured it out. It all depends on what architecture host app is using. In my specific case, I am using streamlit app, so this link does the job.
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?
An Azure service that provides a general-purpose, serverless container platform.