I am using Keycloak Identity Server for SSO.
I created an Identity Provider (WSO2) and it works fine with Keycloak Identity Server.
But after I have logged on website A (using WSO2) and switch to website B (using Keycloak). I need to click the login with Identity Provider button.
Is there a way to automatically bypass login website B from if I logged on website A? (just redirect to website B and dont need to do any other action)
Thanks in advance ^^.