Azure-Active-Directory-B2C icon indicating copy to clipboard operation
Azure-Active-Directory-B2C copied to clipboard

Issue while browser is closed and open again user is unable to login

Open AloyBanerjee opened this issue 5 years ago • 0 comments

Dear Team,

I have implemented the Azure B2C integration using the code base shared via this git repo. I am facing below problem,

  1. After the application is hosted or run locally first time with every browser login is working perfectly fine without any issue. Even if user logout and again try to login with in same browser instance they can do it. But as soon as they close the browser and open it again the url in same or any other browser login is not working.
  2. After detailed analysis we have noticed that in failed scenario aspnet_cookie and openidconnect nonce cookie are not set.

Please suggest what should be the root cause of the problem.

Regards, Aloy

AloyBanerjee avatar Nov 04 '20 13:11 AloyBanerjee