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!

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...

Splunk App Developers | .conf25 Recap & What’s Next

If you stopped by the Builder Bar at .conf25 this year, thank you! The retro tech beer garden vibes were ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...