ZAP API UI

Component: authentication

Views

getAuthenticationMethod (contextId* ) Gets the name of the authentication method for the context with the given ID.
getAuthenticationMethodConfigParams (authMethodName* ) Gets the configuration parameters for the authentication method with the given name.
getLoggedInIndicator (contextId* ) Gets the logged in indicator for the context with the given ID.
getLoggedOutIndicator (contextId* ) Gets the logged out indicator for the context with the given ID.
getSupportedAuthenticationMethodsGets the name of the authentication methods.

Actions

setAuthenticationMethod (contextId* authMethodName* authMethodConfigParams ) Sets the authentication method for the context with the given ID.
setLoggedInIndicator (contextId* loggedInIndicatorRegex* ) Sets the logged in indicator for the context with the given ID.
setLoggedOutIndicator (contextId* loggedOutIndicatorRegex* ) Sets the logged out indicator for the context with the given ID.