Hi,
I’m very new to the IAM world so please forgive my naive questions.
I’m trying to authenticate users in a php application using keycloak.
I have a few questions.
-
It seems that there’s no official keycloak adapters for php applications. Could anyone please recommend a good tutorial on how to connect my php application to keycloak and how to manage the tokens please?
-
I see that in order to start the keycloak server, we have to go to /bin of the application folder and start it with ./standalone.sh. But how can we get a permanent url for the keycloak server once we’re in production without having to start the server with ./standalone.sh?
Thanks a lot for your time.