Getting Data In

Can I specify different authentication mechanisms for the Web UI and Admin port?

juniormint
Communicator

I'm trying to support LDAP on the web UI and a custom authentication script for the admin port (rest api).

Is it possible to have two authentication scripts enabled at the same time? Can I configure one method for the web UI and another for the Admin port?

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

The Web UI (8000 by default) uses the REST API ("admin port", 8089 by default) for authentication - it's just another REST client.

You can of course specify one script in authentication.conf that in itself queries two scripts for authentication... that would apply to both the Web UI and direct REST API access though.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

The Web UI (8000 by default) uses the REST API ("admin port", 8089 by default) for authentication - it's just another REST client.

You can of course specify one script in authentication.conf that in itself queries two scripts for authentication... that would apply to both the Web UI and direct REST API access though.

juniormint
Communicator

Makes sense. Thanks

0 Karma
Get Updates on the Splunk Community!

New Year, New Changes for Splunk Certifications

As we embrace a new year, we’re making a small but important update to the Splunk Certification ...

Stay Connected: Your Guide to January Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...

[Puzzles] Solve, Learn, Repeat: Reprocessing XML into Fixed-Length Events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...