There might be a way to make a bridge between keycloak and your webapp but I actually don’t know much about Keycloak.
If your users are already logged in your app, you might probably just not need Keycloak and have the auth-service use the HTTP headers from your webapp and interface with your webapp instead of interfacing with Keycloak.
HTH,
Alain