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!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...