You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically for a Python web app (Streamlit framework) deployed as a containerised app service, I need to access details of the AAD authenticated user, such as name and email address. I've tried:
the /.auth/me endpoint. Just returns empty list
Checking speical headers such as X-MS-CLIENT-PRINCIPAL-NAME and X-MS-CLIENT-PRINCIPAL-ID in the request. Don't exist.
This should be possible. Any guidance appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Specifically for a Python web app (Streamlit framework) deployed as a containerised app service, I need to access details of the AAD authenticated user, such as name and email address. I've tried:
This should be possible. Any guidance appreciated.
Thanks
The text was updated successfully, but these errors were encountered: