All Apps and Add-ons

Splunk App for Okta: Does this only run on Linux, or is there a Windows compatible version?

scarroll_splunk
Splunk Employee
Splunk Employee
0 Karma

aalanisr26
Path Finder

It should work on windows as well, the call is made through the pyton script.
One thing you need to check is if there is a proxy setting on your infrastructure. In our case we needed to change the python script for that purpose:

conn = httplib.HTTPSConnection("myproxyservername",8080,timeout=3600)
conn.set_tunnel(restUri,443)

params = urllib.urlencode({"startDate": lastTime['splunk'],"limit":settings['limit']})
conn.request("GET",settings['endpoint'] + '?' + params,"",headers)
response = conn.getresponse()

0 Karma

bwindham
Path Finder

We are running our Splunk App for Okta on Windows 2008 R2 using Splunk 6.1 right now.

0 Karma

scarroll_splunk
Splunk Employee
Splunk Employee

thanks for the responses very helpful.

0 Karma
Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...