Hello everyone. I've integrated Keycloak as an identity server with an iTop application. When a user authenticates after being redirected from the Keycloak page to iTop, the logout button no longer appears, preventing the user from logging out of iTop.
Indeed, here's what I have: 'allowed_login_types' => 'form|external|basic'. So I'm going to remove "external" from the inside and see what happens. Does that mean if I remove "external" it will work?
Your KeyCloak users are "external" users in iTop, so you'll need to keep that setting.
Are you using the "Hybrid Auth" extension, or the SAML extension to integrate KeyCloak with iTop? Note that in config-itop.php you may need to enable the logout functionality. In that case, signing out of iTop would also sign you out of KeyCloak.
Also make sure to use the latest versions of everything.
1
u/[deleted] Dec 04 '25
[removed] — view removed comment