I'm trying to implement a Azure AD B2C Password Change policy for Azure B2C.
I've used this policy and updated the client_id
, resource_id
, IdTokenAudience
values in the "login-NonInteractive" technical profile accordingly.
When I execute this policy now, then I can log in and change my password afterwards accordingly as expected.
But when I invoke the policy out of the application, where the user is loged in via a standard SignIn Userflow, the login page doesn't show up, I get directly refered to the password change page, and if I enter the old and new password there I get a "The username or password provided in the request are invalid." message.
What did I do wrong here?