Skip to main content

Set Okta MFA configuration

PUT 

/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

required
    mfaMethod stringnullable

    Mfa method name

    enabled boolean

    Default value: false

    If MFA method is enabled.

    host stringnullable

    The server host name or IP address of the MFA provider.

    accessKey stringnullable

    The secret key for authenticating requests to the MFA provider.

    identityAttribute stringnullable

    Optional. The name of the attribute for mapping IdentityNow identity to the MFA provider.

Responses

MFA configuration of an Okta MFA method.

Schema
    mfaMethod stringnullable

    Mfa method name

    enabled boolean

    Default value: false

    If MFA method is enabled.

    host stringnullable

    The server host name or IP address of the MFA provider.

    accessKey stringnullable

    The secret key for authenticating requests to the MFA provider.

    identityAttribute stringnullable

    Optional. The name of the attribute for mapping IdentityNow identity to the MFA provider.

Loading...