<%! title = 'Splunk Admin Authentication Control' %> <%namespace name="lib" file="//lib.html" import="*"/> <%namespace name="helpers" file="_helpers.html"/> <%inherit file="//layout/admin.html"/> <% import splunk from splunk.appserver.mrsparkle.lib import util, i18n sessionId = cherrypy.session.id authModeText = 'Splunk' if(authmode == "LDAP"): authModeText += " and LDAP" elif(authmode == "SAML"): authModeText += " and SAML" mfamode = 'duo' if duoConfig['enabled'] else 'none' %>

${_('Select an authentication method. Splunk supports native authentication as well as the following external methods:')}

Internal

Multifactor Authentication

Not available with external authentication such as SAML.

${csrf_hidden_input()}
${csrf_hidden_input()}