Hello everyone!
Im trying to find a way to integrate the latest RT version with KeyCloak. I tried to install the RT::Authen::ExternalAuth and RT-Authen-OAuth2, but the system stops me with message “Your installed version of RT is too new”. Is there someone who managed to do this kind of integration and if yes, can you share how?
I’ve not used (or even heard of before now!) KeyCloak, but I see it does SAML2. We use SAML2 to provide authentication services for our RT instances, using the Shibboleth mod_shib module for Apache, configured to talk to our IdP (which is what I assume you’re using KeyCloak for). The Apache module sets the REMOTE_USER when successful, so you can set $WebRemoteUser to 1 in the RT config to pick that up. RT still looks up user details from our AD via LDAP.
Oh, and RT::Authen::ExternalAuth functionality was wrapped into the RT core some time ago. The Upgrading 4.4 document says to remove it from your config.
Thank you a lot for your reply, much appreciated! I will check, if this will work out.
Was BaylorEdgar’s post generated by ChatGPT?
Did this finally work? Could you give some feedback if did?