0
votes

I try to use the Identity Provider openID connect for user flow in Azure AD B2C but I have always this message "AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application". Below screenshots of my work

enter image description here

enter image description here

enter image description here Thanks for your help

1

1 Answers

0
votes

The reply URL in your Application Registration at Azure AD should be

https://your-B2C-tenant-name.b2clogin.com/your-B2C-tenant-name.onmicrosoft.com/oauth2/authresp

as per step 7 here.