Microsoft Security | Microsoft Entra | Microsoft Entra ID
A cloud-based identity and access management service for securing user authentication and resource access
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, I need to find Azure AD groups a user belongs to, starting from his credentials (username and password) through c# code. Which are the libraries I need to use?
A cloud-based identity and access management service for securing user authentication and resource access
Hi I think this thread can be useful https://stackoverflow.com/questions/40725108/querying-azure-ad-using-c-sharp-console-application it uses the graph API.
Best regards