nerdexam
Splunk

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

Users and Roles

Question

Which of the following authentication types requires scripting in Splunk?

Options

  • AADFS
  • BLDAP
  • CSAML
  • DRADIUS

How the community answered

(56 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    4% (2)
  • D
    93% (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

#Authentication#External Authentication#Scripted Authentication#Security

Community Discussion

No community discussion yet for this question.

Full SPLK-1003 Practice