- 11 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
Integrate Authentication via the SOAP API
- Mis à jour le 11 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
To integrate OneSpan Authentication Server authentication functionality with a custom application via SOAP API, you need to be familiar with the following standards:
- XML
- XML Schema
- SOAP
The SOAP authentication API exposes the following SOAP operations that can be used to perform the authentication commands specified above:
- authUser
- cancelAuthUser
- getChallenge
- getSecureChallenge
- getPreparedSecureChallenge
- updatePassword
- changeEncStatPwd
- changeBackendPassword
To execute a supported SOAP authentication command
- Create a SOAP request.
- Specify the correct SOAP authentication operation in the SOAP request.
- Specify one or more authentication attributes as parameters for the SOAP operation. Attributes are key-value pairs.
Import the OneSpan Authentication Server SSL server certificate as trusted root certificate on the machine where your client application is running.
This will allow your SOAP client application to connect to OneSpan Authentication Server securely via SSL.
Send the SOAP request to OneSpan Authentication Server. By default, the SOAP request should be transmitted over HTTPS with the OneSpan Authentication Server.
By default, OneSpan Authentication Server is configured to accept SOAP requests on port 8888.
- Receive the SOAP response.
- Process the SOAP response.
For more information about the structure of SOAP messages, see SOAP message structure (SDK SOAP API).