Accessing AAD authenticated, logged in user details (e.g. name/email) from deployed app service python web app #57
Open
Description
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:
- 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
Metadata
Assignees
Labels
No labels