From: Rohan Tom <rohan...@gmail.com>
Date: Thursday, 22. August 2024 at 16:05
To: Draebing, Thomas <thomas....@sap.com>
Subject: Assistance Needed for Integrating Okta SSO SAML with Gerrit 3.8.6
You don't often get email from rohan...@gmail.com. Learn why this is important |
Hi Thomas,
I hope you're doing well. I'm currently working on integrating Okta SSO with Gerrit 3.8.6 and could use some guidance. As am seeing you were merging changes to master branch.
Am following steps from this link
So far, I've placed the `saml.jar` file in the `/gerrit/lib` directory and configured the `[auth]` and `[saml]` sections in the `gerrit.config` file. We're running Gerrit on a Docker-based server, and I'm not entirely sure if we've configured Gerrit correctly to use the SAML filter steps.
You will also have to plugin into the /gerrit/plugins directory (or symlink it). Then you will have to register the modules by setting this option in the gerrit.config:
[httpd]
filterClass = com.googlesource.gerrit.plugins.saml.SamlWebFilter
Additionally, I'm unsure whether it's necessary to use the Bazel build system to create a custom SAML plugin, or if the existing `saml.jar` should suffice.
The version provided by the gerrit-ci should be fine. Usually, there should be no need to build it yourself.
Currently, I'm unable to see the SSO login page, and I'm not sure how to resolve this issue. If you could provide any steps or documentation on properly integrating Okta SSO with Gerrit, it would be greatly appreciated.
Thank you in advance for your help!
Best regards,
Rohan Tom
Please do not use private messages, but post your questions to the mailing list, so that everybody can find the answers to previously provided answers and follow discussions.
HTH,
Thomas
---