You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New validations for protocol version 4 (e.g. pa_activation.version is 4):
If signature contains biometric component, then such signature should be rejected if pa_activation.biometric_factor_enabled is false.
If signature contains biometric component and pa_activation.biometric_factor_index is different than biometric_factor_index_next:
At first, try to validate signature with key derived with using biometric_factor_index. If OK, then do nothing and accept signature.
Try to validate signature with key derived with biometric_factor_index_next. If match, then set pa_activation.biometric_factor_index to pa_activation.biometric_factor_index_next
If signature contains knowledge component and pa_activation.knowledge_factor_index is different than knowledge_factor_index_next:
At first, try to validate signature with key derived with using knowledge_factor_index. If OK, then do nothing and accept signature
Try to validate signature with key derived with pa_activation.knowledge_factor_index_next. If match, then set pa_activation.knowledge_factor_index to pa_activation.knowledge_factor_index_next
Acceptance criteria
No response
Technical specification
No response
QA specification
No response
JIRA issue code
No response
The text was updated successfully, but these errors were encountered:
Description
New validations for protocol version 4 (e.g.
pa_activation.version
is 4):If signature contains biometric component, then such signature should be rejected if
pa_activation.biometric_factor_enabled
isfalse
.If signature contains biometric component and
pa_activation.biometric_factor_index
is different thanbiometric_factor_index_next
:biometric_factor_index
. If OK, then do nothing and accept signature.biometric_factor_index_next
. If match, then setpa_activation.biometric_factor_index
topa_activation.biometric_factor_index_next
If signature contains knowledge component and
pa_activation.knowledge_factor_index
is different thanknowledge_factor_index_next
:knowledge_factor_index
. If OK, then do nothing and accept signaturepa_activation.knowledge_factor_index_next
. If match, then setpa_activation.knowledge_factor_index
topa_activation.knowledge_factor_index_next
Acceptance criteria
No response
Technical specification
No response
QA specification
No response
JIRA issue code
No response
The text was updated successfully, but these errors were encountered: