Custom Authentication Engine Startup and Shutdown Process
- 05 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
Custom Authentication Engine Startup and Shutdown Process
- Mis à jour le 05 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
During startup, OneSpan Authentication Server performs the following steps for each defined custom authentication engine:
- Load the authentication engine library to the server process.
- If step 1 succeeds, call the ikey_initialise() function of the authentication engine library.
If step 2 succeeds, register the authentication engine in the system.
If step 2 fails, unload the authentication engine library from the server process.
During shutdown, OneSpan Authentication Server performs the following steps for each defined custom authentication engine:
- Unregister the custom authentication engine from the system.
- Call the ikey_terminate() function of the authentication engine library.
- Unload the authentication engine library from the server process.
Cet article vous a-t-il été utile ?