we are trying to implement ROPC flow in Azure AD B2C.
I have gone through the B2C Advanced policies and the instructions provided as per below links to configure with B2C Custom Policies and facing some issues.
Though we have provided correct username and password, we are getting
{ "error": "access_denied", "error_description": "AADB2C90225: The username or password provided in the request are invalid.\r\nCorrelation ID: 8c15d7ab-ba5b-4baf-be5a-8bfdb9939164\r\nTimestamp: 2019-01-23 06:18:19Z\r\n" }
https://your-tenant-name.b2clogin.com/your-tenant-name.onmicrosoft.com/oauth2/v2.0/token?p=B2C_1_ROPC_Auth
? – Chris Padgett