Skip to main content

Create a MFA server

POST 

/sse/config/v1/mfa-servers

Create a multi-factor authentication server.

Request

Query Parameters

    position stringrequired

    Possible values: [pre, post]

    Default value: pre

    The position of a security rule

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Body

The mfa server you want to create

    mfa_cert_profile stringrequired
    mfa_vendor_type object
    oneOf
    okta_adaptive_v1 object
    okta_api_host string
    okta_baseuri string
    okta_org string
    okta_timeout string
    okta_token string
    name stringrequired

Responses

Created

Loading...