Skip to main content

MFA method's test configuration

GET 

/mfa/:method/test

This API validates that the configuration is valid and will properly authenticate with the MFA provider identified by the method path parameter.

Request

Path Parameters

    method stringrequired

    The name of the MFA method. The currently supported method names are 'okta-verify' and 'duo-web'.

Responses

The result of configuration test for the MFA provider.

Schema

    state string

    Possible values: [SUCCESS, FAILED]

    The configuration test result.

    error string

    The error message to indicate the failure of configuration test.

Loading...