azure-ad-b2c / samples

Azure AD B2C custom policy solutions and samples.
846 stars 598 forks source link

SelfAssert API return error code 400 when try to sign in after leaving idle overnight #608

Open tuantmse90055 opened 7 months ago

tuantmse90055 commented 7 months ago

Hi,

I'm developing a website using Spring boot for backend and Angular for frontend. I already done the integration between my Spring boot application and Azure AD B2C. Now, I'm using custom policy approach to define user journeys. Everything seems okay until I leave my website overnight, my account is forced logout (my own logic when detect session timeout) but when I try to click Sign In button, the error code 400 is returned for SelfAssert API in the network tab of browser. I saw many peoples report this issue about a year before but still not get any suggestion to resolve it. I think this is an issue related to custom policies. Could anyone in development team pay attention for this?

Thanks so much.