We have two application: 1) APP1 2) APP2
We want to serve our application (APP1) as IDP and (APP2) as client. Apparently we want to preserve SSO(Single Sign On/Off) between both the application.
In other words, we want to use keycloak only for session maintenance. We have our own federation and authentication service which is supporting OpenId protocol.
Is it possible to achieve the same?