Skip to main content

Configuration of Duo MFA method

GET 

/mfa/duo-web/config

This API returns the configuration of an Duo MFA method. A token with ORG_ADMIN authority is required to call this API.

Responses

The configuration of an Duo MFA method.

Schema

    mfaMethod stringnullable

    Mfa method name

    enabled boolean

    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

    object

    nullable

    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...