SSO with cloud online shop

Hello,

I have a problem: we use Keycloak for Single-Sign On with all our ‘internal’ applications. But now I need to handle a site which will be open to a wide public.

This site has its own login page with its own session management, and is hosted in a public cloud.

How can I set up SSO between this site and our internal applications? (For people who can access both)

Thanks

Depends on what the external site supports. If it uses or can act as a OIDC or SAML IdP you can configure it as an identity provider in Keycloak. Or you can allow users to login to the external site via Keycloak, if it can be configured to use SAML or OIDC.