- 13 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
Administrative logon/logoff (SOAP API)
- Mis à jour le 13 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
Each SOAP administration operation performed by an administrative user requires a successful administrative logon. OneSpan Authentication Server provides a session identifier (sessionID) as a response to a successful administrative logon request. Each administrative operation of OneSpan Authentication Server requires that session identifier and must be performed from the same client location.
To support logon/logoff operations via the SOAP API, a SOAP client record in OneSpan Authentication Server with the Administration Logon client type is required for the computer where your SOAP client application is running.
To log on/log off via the SOAP API
- Create a SOAP request.
- Specify the logon or logoff SOAP operation in the SOAP request.
- Specify one or more credential 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).