- 17 Jan 2025
- 1 Minute to read
- DarkLight
- PDF
Setting up 1-step challenge/response
- Updated on 17 Jan 2025
- 1 Minute to read
- DarkLight
- PDF
1-step challenge/response is available for web authentication, where challenge/response is supported. In this mode, the user sees only one logon step. This mode is suitable for time-based challenge/response, but is less secure for non-time based challenge/response. If attackers manage to capture some valid responses, they can repeatedly request new challenges until one they know comes up again.
A random challenge is requested automatically by the web application and presented to the user on the logon page. A general-purpose challenge is generated, without reference to any particular authenticator programming. The user logs on with the response to the challenge as OTP.
Before you begin
The procedure assumes that a client component has already been defined and assigned a policy. 1-step challenge/response is enabled in the policy associated with the client component.
Setting up 1-step challenge/response
To set up 1-step challenge/response
- Log on to the OneSpan Authentication Server Administration Web Interface (see Accessing OneSpan Authentication Server Appliance Configuration Tool and OneSpan Authentication Server Administration Web Interface).
- Locate the client component via CLIENTS > List.
- Click the policy of the client component to view it.
- Click Edit to edit the policy.
Update the challenge settings:
- Switch to the Challenge tab.
- Click Edit.
To enable 1-step challenge/response, set Permitted to one of the following:
- Yes - Any Challenge. Use this if you want the client application to generate the challenge.
- Yes - Server Challenge. Use this if you want OneSpan Authentication Server to generate the challenge. The OneSpan Authentication Server instance that generated the challenge needs to verify the response.
Set Challenge Length excluding the check digit.
This will be the length of the challenge generated by OneSpan Authentication Server if server challenge is selected.
Set Check Digit.
A check digit may be added to the generated challenge if server challenge is set. This allows the authenticator to identify invalid challenges more quickly.
- Click Save.
Update the check mode settings:
- Switch to the DP Control Parameters tab.
- Click Edit.
- Set Challenge Check Mode to 0 - No Challenge Check.
- Click Save.