Step Up Authentication Providers

Test

Test initiates a test authentication flow against a step-up provider and returns a redirect URL for the caller to complete verification.

post/api/v1/step-up/providers/{id}/test

Path parameters

idstring required

The unique identifier of the step-up provider to test.

Request body

C1ApiStepupV1TestStepUpProviderRequestInput required

The TestStepUpProviderRequest message.

Response

Successful response

redirectUrlstring

The URL to redirect the user to for testing the Step Up flow

Changes