I have setup Single-Sign on (SSO) using keycloak IDP (Google and Microsoft)
Currently, I can able to choose Identity Provider(Google/Microsoft) and gets the user authenticated.
But I need to use a different account for authentication now(assume there is a user already logged in to a Google account)
Scenario: User1 logged in using keycloak IDP(google) and signed out from keycloak, now User2 wants to login using keycloak IDP but when he clicks in Google SSO button it automatically logged in as User1(User2 is not able to login using google when there is User1 already logged in google)
Excepted Solution: When User2 clicks on Google SSO button it should typically ask User1 or Use different account option so that User2 also gets authenticated.