OWASP ZAP · Capability
ZAP API — authentication
ZAP API — authentication. 8 operations. Lead operation: authentication. Self-contained Naftiko capability covering one Owasp Zap business surface.
What You Can Do
GET
Authenticationactionsetauthenticationmethod
— Sets the authentication method for the context with the given ID.
/v1/json/authentication/action/setauthenticationmethod
GET
Authenticationactionsetloggedinindicator
— Sets the logged in indicator for the context with the given ID.
/v1/json/authentication/action/setloggedinindicator
GET
Authenticationactionsetloggedoutindicator
— Sets the logged out indicator for the context with the given ID.
/v1/json/authentication/action/setloggedoutindicator
GET
Authenticationviewgetauthenticationmethod
— Gets the name of the authentication method for the context with the given ID.
/v1/json/authentication/view/getauthenticationmethod
GET
Authenticationviewgetauthenticationmethodconfigparams
— Gets the configuration parameters for the authentication method with the given name.
/v1/json/authentication/view/getauthenticationmethodconfigparams
GET
Authenticationviewgetloggedinindicator
— Gets the logged in indicator for the context with the given ID.
/v1/json/authentication/view/getloggedinindicator
GET
Authenticationviewgetloggedoutindicator
— Gets the logged out indicator for the context with the given ID.
/v1/json/authentication/view/getloggedoutindicator
GET
Authenticationviewgetsupportedauthenticationmethods
— Gets the name of the authentication methods.
/v1/json/authentication/view/getsupportedauthenticationmethods
MCP Tools
sets-authentication-method-context-given
Sets the authentication method for the context with the given ID.
read-only
idempotent
sets-logged-indicator-context-given
Sets the logged in indicator for the context with the given ID.
read-only
idempotent
sets-logged-out-indicator-context
Sets the logged out indicator for the context with the given ID.
read-only
idempotent
gets-name-authentication-method-context
Gets the name of the authentication method for the context with the given ID.
read-only
idempotent
gets-configuration-parameters-authentication-method
Gets the configuration parameters for the authentication method with the given name.
read-only
idempotent
gets-logged-indicator-context-given
Gets the logged in indicator for the context with the given ID.
read-only
idempotent
gets-logged-out-indicator-context
Gets the logged out indicator for the context with the given ID.
read-only
idempotent
gets-name-authentication-methods
Gets the name of the authentication methods.
read-only
idempotent