Scenario: Authentication
Support: full-sdk auth-sdk
OneSpan Mobile Authenticator supports to reject an incoming authentication request based on Push Notification (push and login), which in turn triggers a request to OneSpan Authentication Server (via DIGIPASS Gateway) to cancel the pending authUser request.
This reject operation does not update or change the error or lock count of users or authenticators.
Parameters
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<aut:cancelAuthUser xmlns:prov="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Authentication">
<componentType>Push Notification Client</componentType>
<serialNumber>12345678</serialNumber>
<challengeKeyMessage>ABCDEF010203</challengeKeyMessage>
</aut:cancelAuthUser>
</soapenv:Body>
</soapenv:Envelope>