Authentication
The following operations are supported. For a formal definition, please review the Service Description.
-
AuthenticateCookie
Obtain the user that is authenticated by Imis login page. -
AuthenticateToken
Verifies the existence of a user session. -
AuthenticateUser
Logins the user into the system using the 'Unified Login' architecture. In case if MultiFactor required it will return error: 'Err Number: 16000 - Multi factor Authenticator token is required.' and secondary call is expected with valid authenticationToken. -
DeleteUserSession
Deletes a user session that has been created using the AuthenticateUser method. -
Login
Logins the user into the system verifying if the username and password are correct and exist in the database. In case if MultiFactor required it will return error: 'Err Number: 16000 - Multi factor Authenticator token is required.' and secondary call is expected with valid authenticationToken.