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?
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.