How can we properly log out from an OpenID Connect (OIDC) session? Users are able to log in automatically without re-entering credentials
We're trying to log out from our OpenID Connect (OIDC) session, but the browser's saved session is allowing users to log in automatically without needing to enter their credentials. We need to ensure that the logout process effectively clears the session so that users are required to authenticate each time they log in.
We're trying to clear cookies, local storage, and app data to fully terminate the session.