Hi,
I have developed a login method using Azure AD B2C. I have registered 2 applications, the IdentityFramework and the ProxyFramework. I have created userflows using custom policies and have created multiple users using which I can login.
Now I am trying to update the users password using MS Graph API. I have used the client credentials flow to get the token
![![200185-image.png][1]][1]
Then I use this token to call the users/{id} api but I get Resource Not found for most of the users. I cannot see these users registered to the application ProxyFramework.
Q1: How to make these users automatically register to application on registration/login
Q2: I have some users who are registred to the App. But when I try to change passwords for them, it shows Insufficient Privelges. I have given almost all permisions.
Please help