0

I am very new to keycloak which is open source that provides authentication to our app.
I have my simple php app and I need to integrate the Keycloak SSO feature with my php app.

I did some research on google that keycloak does not provide any adapter to integrate with php app.
But I found an adapter on github Aatccama/keycloak-adapter-php.

This is repo link : Keycloak php adapter

But I did not understand how to use it. Can anyone guide me?

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103
Abhishek Poddar
  • 101
  • 1
  • 3
  • 8

1 Answers1

2

You can use any OpenId connect library you want to use Keycloak with PHP. Do a Google search on openid connect php and you will find a multitude of libraries and tutorials.

On your second question I suggest to delve into the Keycloak documentation itself before you put any auth solution online. A basic knowledge of DevOps is required so I suggest you also look into that topic for deploying and managing a server as Keycloak can be deployed in many ways depending on your own preferences.

You have a example to guide more with sso-keycloak-php repo.

francisco
  • 1,387
  • 2
  • 12
  • 23