Skip to main content

Configuration of Okta MFA method

GET 

/mfa/okta-verify/config

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

Request

Responses

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