hello allI want to implment the single sign on using SAML in phpmaker with the identity provider Keycloak. but i only found this tutorial for LDAP https://phpmaker.dev/docs/#/saml.htmlis there any tutorial for phpmaker and keycloak ?
You may read Tutorial - Single Sign-On with SAML.
I already attached this link, but it’s completely different from Keycloak
There is no built-in Keycloak support in PHPMaker.
However, since Keycloak supports SAML, it is similar to other SAML IdP. You need to configure your Keycloak server to be a SAML IdP and find out the metadata URL and related SAML info first.Keycloak also supports OpenID, if you only need SSO, it is simpler to customize the generated code and use Hybridauth’s provider for Keycloak for SSO.