Skip to main content

Create a MFA server

POST 

https://api.sase.paloaltonetworks.com/sse/config/v1/mfa-servers

Create a multi-factor authentication server.

Request

Query Parameters

    position stringrequired

    Possible values: [pre, post]

    The position of a security rule

    Default value: pre
    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_profilestringrequired
    mfa_vendor_type object
    oneOf
    namestringrequired

Responses

Created

Authorization: http

name: Bearertype: httpscheme: bearer
curl -L 'https://api.sase.paloaltonetworks.com/sse/config/v1/mfa-servers' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{
"mfa_cert_profile": "string",
"mfa_vendor_type": {
"okta_adaptive_v1": {
"okta_api_host": "string",
"okta_baseuri": "string",
"okta_org": "string",
"okta_timeout": "string",
"okta_token": "string"
}
},
"name": "string"
}'
Request Collapse all
Base URL
https://api.sase.paloaltonetworks.com
Auth
Parameters
— queryrequired
— queryrequired
Body
{
  "mfa_cert_profile": "string",
  "mfa_vendor_type": {
    "okta_adaptive_v1": {
      "okta_api_host": "string",
      "okta_baseuri": "string",
      "okta_org": "string",
      "okta_timeout": "string",
      "okta_token": "string"
    }
  },
  "name": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!