Application integration

I need help to integrate a personal application developed in PHP to keycloak. Is it possible?

It’s certainly possible. Not a PHP developer myself, but I belive laravel has built-in support for OpenID Connect (Keycloak is an OpenID Provider).

OpenId Connect ir normally refered as oidc, so you can try looking for an oidc php library compatible with what you are using now.

1 Like