I am trying to get list of Azure AD B2C users based on code sample provided Here.
GraphServiceClient graphClient = new GraphServiceClient( authProvider ); var us
I've had the exact same problem today but I updated all NuGet packages to latest pre-release versions and it's now working.