Skip to main content

Set Duo MFA configuration

PUT 

/mfa/duo-web/config

This API sets the configuration of an Duo 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.

    configProperties objectnullable

    A map with additional config properties for the given MFA method - duo-web.

    property name* anynullable

    A map with additional config properties for the given MFA method - duo-web.

Responses

MFA configuration of an Duo 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.

    configProperties objectnullable

    A map with additional config properties for the given MFA method - duo-web.

    property name* anynullable

    A map with additional config properties for the given MFA method - duo-web.

Loading...