SSO KeyCloak and client integration

Hi,

I have configured some custom clients (applications) to KeyCloak for Single Sign On (SSO). I would like to know how can the applications (clients) use the credentials from KeyCloak for authentication when the user navigates to the applications (clients) from KeyCloak after login.

Regards,
Willfin

See: Getting started with Keycloak

I have configured custom applications in KeyCloak and the user can able to login using the link http://127.0.0.1:8080/auth/realms/{realm}/account. But when the user select the application and open in new window it does not have the authentication details.
How can i resolve the issue.

Regards,
Willfin

I have configured keycloak and the clients. My problem is how to integrate the clients after login. I want to know the integration part with clients after login.

You can use the javascript adapter for instance in your applications