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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...