In my Net 8 MVC application, I’m using Microsoft GraphQL to do user management in Azure B2C. For deleting the user, I use await graphClient.Users …
In my Net 8 MVC application, I’m using Microsoft GraphQL to do user management in Azure B2C. For deleting the user, I use await graphClient.Users …