Python - Infos regarding current logged in user.
Dyt13
211
Reputation points
Hi,
I have set up a webapp with authentification in Azure.
I'd like to retrieve some basic information about the logged in user on the server side (python).
pseudo-code
from azure.identity import InteractiveBrowserCredential
credential = InteractiveBrowserCredential()
==> Is there a way to know who is the user logged in at this step + retrieve basic info like the one available in the user profile view available in the portal ?
Thx for your help !
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
Microsoft Security Microsoft Entra Microsoft Entra ID
25,081 questions
Sign in to answer