Can a mapping be created between transaction types (such as LOGIN, FUND_TRANSFER, etc.) and Mobile OTP authentication for reporting purposes, without making changes to the current profile configuration?
Symantec Advanced Authentication 9.1.5.x
Below is the scenario where we can distinguish the transaction type:
Below is the sample request:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:msgs="http://ws.arcot.com/WebFortAuthAPI/7.0/msgs" xmlns:xsd="http://ws.arcot.com/WebFortCommonAPI/7.0/xsd">
<soap:Header/>
<soap:Body>
<msgs:VerifyArcotOTP>
<msgs:userName>testuser1</msgs:userName>
<msgs:otp>029373</msgs:otp>
<msgs:additionalInput>
<!--Zero or more repetitions:-->
<xsd:pairs>
<xsd:name>AR_WF_AUTH_POLICY</xsd:name>
<!--Optional:-->
<xsd:value>aotp_auth_login</xsd:value>
</xsd:pairs>
</msgs:additionalInput>
</msgs:VerifyArcotOTP>
</soap:Body>
</soap:Envelope>