Is it possible to achieve one SSO with multiple auth options

Hi people,

I currently have a user & pass authentication. All works fine. However, I would like to integrate my keycloak with a partner who however has a very custom cookie auth (not OIDC). So my question is if it’s possible for keycloak to continue supporting user & pass auth and in addition to be able to auth users coming with my partner cookie and all in the same SPI?

Thanks for your ideas

Perhaps this link can help you java - Create a custom identity provider and configure it with keycloak - Stack Overflow

Please review custom authenticators suggestion together with some available examples for that purpose. Yes i think it will work both password grant and custom authenticator, same way as you can use either password grant or OIDC authentication, when add Identity provider configuration and not make OIDC to be default authenticator.