Set Okta MFA configuration
PUT {{baseUrl}}/mfa/okta-verify/config
This API sets the configuration of an Okta MFA method. A token with ORG_ADMIN authority is required to call this API.
Request Body
{"mfaMethod"=>"okta-verify", "enabled"=>true, "host"=>"www.example.com", "accessKey"=>"dk778Y3QlA5UqocYpdU3rEkzrK2D497y", "identityAttribute"=>"email"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"mfaMethod":"okta-verify","enabled":true,"host":"www.example.com","accessKey":"d******Y","identityAttribute":"email"}