Security

Does Splunk Support Two-Factor Authentication?

muebel
SplunkTrust
SplunkTrust

Does Splunk Support Two-Factor Authentication?

Tags (1)

jpvlsmv
Path Finder

In general, yes.

But it depends on what kind of second factor you want to use.

The easiest way is to have Splunk sit behind an authenticating reverse proxy that handles the authentication and just passes the username back to splunk via an HTTP header (X-Authenticated-User, for example):
http://docs.splunk.com/Documentation/Splunk/6.2.2/Security/HowSplunkSSOworks

I have my splunk set up to look at the "SSL_CLIENT_S_DN" header, which gets set when I use my x.509 browser certificate.

--Joe

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...