Keycloak as IdP remembers the username after application logout and asks only for password
I'm setting up Keycloak as an IdP using SAML with another application. Everything works fine but I got this scenario on logout:
I log out from the application, it doesn't send anything to Keycloak because SingleLogOut isn't configured
I try to login again in the application and it sends me back to Keycloak
Keycloak remembers the username and asks me only for password (as shown in the image)
Is there any option to prevent this? I guess it happens because the session stays active on Keycloak,...