Implementing ROPC in Azure AD B2C User Flow for API Management
Currently I've been wanting to implement the Resource Owner Password Credentials flow into my Azure API Management instance, as I want users to be able to obtain their own B2C tokens in Azure. As I was trying to test the flow, I've been shown the error message "AADB2C90108", which states The orchestration step '1' does not specify a CpimIssuerTechnicalProfileReferenceId when one was expected.
I've attempted to edit the value, setting a CpimIssuerTechnicalProfileReferenceId value, however I haven't been able to find it in my flow. My B2C flow is prebuilt, so I was wondering if I would have to make a custom policy to introduce the ROPC flow?