I implement my react app with Azure AD B2C and I configure Single sign-on configuration of the User Flow as Application, not Tenant.
When I sign out, it clear the token from local storage but does not clear the Azure AD B2C session. that’s why when click on sign in again it log me in without asking my credentials.
Question: why Azure AD B2C session still active while I logged out?
Expectation: Azure AD B2C Session should be cleared when signed out
Binh Tu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.