Getting Data In

Splunk REST API endpoint to confirm password?

simpkins1958
Contributor

Building a .NET app that will access Splunk via REST API. App will prompt for password to use for admin access. Is there an endpoint which returns true/false with regards to auth validation? Don't want to proceed until valid password has been entered.

Tags (2)
0 Karma

jkat54
SplunkTrust
SplunkTrust

See if this helps:

http://docs.splunk.com/Documentation/Splunk/latest/RESTUM/RESTusing#Authentication_and_authorization

Basic HTTP authentication

Splunkd also supports basic authentication as defined by RFC 1945. This is the mechanism used when you access resources using a Web browser.

So use a .net library that supports web requests with basic auth, encode the user/pass according to basic auth RFC 1945, and try to hit https://localhost:8089/services/. If you get a status code that is less than or equal to 399, then you can assume auth was successful and proceed.

You might prefer to use the SDK though: http://dev.splunk.com/csharp

0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...