SPLK-1003 · Question #34
Which of the following authentication types requires scripting in Splunk?
The correct answer is D. RADIUS. RADIUS authentication requires scripting in Splunk. Splunk does not have a native built-in RADIUS connector, so RADIUS must be implemented via a scripted authentication framework - you write or use a script that Splunk calls to validate credentials against a RADIUS server. The sc
Question
Which of the following authentication types requires scripting in Splunk?
Options
- AADFS
- BLDAP
- CSAML
- DRADIUS
How the community answered
(56 responses)- A2% (1)
- B2% (1)
- C4% (2)
- D93% (52)
Explanation
RADIUS authentication requires scripting in Splunk. Splunk does not have a native built-in RADIUS connector, so RADIUS must be implemented via a scripted authentication framework - you write or use a script that Splunk calls to validate credentials against a RADIUS server. The script is configured in authentication.conf under a scripted authentication stanza. In contrast, LDAP (B) has native built-in support configurable directly in Splunk Web or authentication.conf without scripting. SAML (C) has built-in IdP integration support. ADFS (A) is typically used as a SAML Identity Provider and is supported through Splunk's native SAML configuration. RADIUS is the only option here that mandates a custom script.
Topics
Community Discussion
No community discussion yet for this question.