hi, @amanpreetsingh-msft
we have 2 custom domain in our adb2c account.. lets suppose
1. login.ABC.com
2. login.XYZ.com
So, whenever i request for adb2c sign in user flow with above custom domain from my local system everything working fine , it opens sign in page smoothly.
now , deployed a sample application to my staging server first i tried with my first custom domain login.ABC.com it works same as expected no issue there.
but, when i tried with other custom domain login.XYZ.com it gives me below errors :
First at sign in click button it give me error: "An existing connection was forcibly closed by the remote host" .. please check screenshot
Second when i click back button and again click sign in button it give me different error: "IDX20803: Unable to obtain configuration from: 'https://login.XYZ.com/tfp/PQR.onmicrosoft.com/B2C_1_XYZ_SignIn/v2.0/.well-known/openid-configuration'." .. please check screenshot
Looking forward for any kind of help.