I am using B2C tokens in a web api. The web api will be called from flow. The authorize url in flow is https://login.microsoftonline.com/lingeshtest.onmicrosoft.com/oauth2/v2.0/authorize?p=b2c_1_demo2
When flow redirects to the authorize end point it adds an additional question mark to the end of the url before appending the client id. https://login.microsoftonline.com/lingeshtest.onmicrosoft.com/oauth2/v2.0/authorize?p=B2C_1_demo2?client_id=foobar...
whereas it should only append a & before adding client id.
Any suggestions?