I have an Azure B2C instance setup. I would like the ability to perform administrative duties such as search for users and set new passwords (not reset to temp password) from a custom ASP.NET Core project for a subset of users in our company. I know I can do this directly via the API directly or powershell.
But I was wondering if there is a c# library/API wrapper out there that would allow me to do this. I am trying to avoid creating poco type objects for users entities, etc and re-creating this "wheel" if it already exists.
I did some research and there was "ADAL" which seems to longer be an ongoing project from Microsoft.