- 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
Secure Channel action
- Updated on 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
<SecureChannelAction id="sa"name="Login request for %_UserIdentifier_%"imageFormat="all"responsePattern="XX-XX-XX"generateResponseWithScore="false">
<SecureChannelValidation internalValidation="true">
<URLvalue="http://MY_DOMAIN_NAME/ ...?serial=%_ SerialNumber_%&otp=%_OTP_%_%& cryptoAppIndex=2&secureChannelMessage= %_SecureChannelMessage_%" />
</SecureChannelValidation>
<View title="Secure Transaction" >
<MenuItemvalue="Secure Transaction"icon="sec_transaction.png" />
<Labels>
<Label id="WarningMessage"value="Please read carefully the transaction before validating" />
<Label id="PressOkMessage"
value="Press Ok to confirm" />
<Label id="DeleteInstanceConfirmationMessage"value="You are about to definitely destroy your DIGIPASS‘%_InstanceName_%’. Do you confirm?" />
</Labels>
<Dynamics>
<Dynamic id="Title"class="titleItem" />
<Dynamic id="Keys"class="keyItem" />
<Dynamic id="Values"class="valueItem" />
<Dynamic id="FreeText"class="freeTextItem" />
</Dynamics>
<Buttons>
<Button id="OK"value="OK" />
<Button id="Yes"value="Yes" />
<Button id="No"value="No" />
</Buttons>
<Errors>
<Error id="TransactionMessageImageNotValid"
value="This image is not a relevant transaction message image " />
<Error id="TransactionMessageLicenseIncorrect"value="This transaction is not dedicated to your DIGIPASS." />
<Error id="TransactionMessageSignatureNotValid"
value="The message you are scanning has been altered." />
<Error id="TransactionMessageNotValid"value="The message you are scanning is not valid." />
<Error id="TransactionMessageCryptoApplicationIndex Incorrect"value="The message you are scanning uses an incorrect crypto application." />
<Error id="DeactivateMessageLicenseIncorrect"
value="The DIGIPASS instance to deactivate is not in this DIGIPASS." />
<Error id="DeactivateMessageSignatureNotValid"value="The deactivation message signature has been altered." />
<Error id="DeactivateMessageInstanceIncorrect"value="The DIGIPASS instance you want to delete is not on this device." />
<Error id="DeactivateMessageNotValid"value="The message you are scanning is not valid." />
</Errors>
</View>
</SecureChannelAction>