Security

Splunk Java Api connect with SSO

pranay036
Engager

I have to create a java application that can fetch results from splunk searches. I am able to do it easily with my local installation of spunk using methods given in tutorials(Basic Authentication). But when I use the same code with my organization's splunk, the connection request is timed out. My organization's splunk server is accessible only through SingleSignOn (SSO). How do I connect with the splunk server with the Java API ? I am listing my code which worked well for local installation(Basic Authentication)

serviceArgs loginArgs = new ServiceArgs();
    loginArgs.setUsername("My_Uname");
    loginArgs.setPassword("My_Pass");
    loginArgs.setHost("localhost");
    loginArgs.setPort(8089);
    Service service = Service.connect(loginArgs);

smileyge
Path Finder

bump? I am working around this with a local splunk account but our security folks would prefer I didn't.

0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud’s AI Assistant in Action Series: Analyzing and ...

This is the second post in our Splunk Observability Cloud’s AI Assistant in Action series, in which we look at ...

Elevate Your Organization with Splunk’s Next Platform Evolution

 Thursday, July 10, 2025  |  11AM PDT / 2PM EDT Whether you're managing complex deployments or looking to ...

Splunk Answers Content Calendar, June Edition

Get ready for this week’s post dedicated to Splunk Dashboards! We're celebrating the power of community by ...