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 Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...