Component validation #168
Unanswered
VSornalakshmi
asked this question in
Q&A
Replies: 1 comment 6 replies
-
You would probably want the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a scenario where I need to validate whether a fingerprint matches. If it doesn't match, I need to check the components using the validate-key API. The machine fingerprint consists of five components, but it is not necessary for all five to match. Only four of the components need to be validated.
How should I implement the component matching strategy in this case?
Additionally, I understand that components should always be sent along with the fingerprint. If the fingerprint is missing, the error 'FINGERPRINT_SCOPE_REQUIRED - fingerprint is required when using the components scope' occurs. Could you please clarify the correct approach to handle this scenario?"
Beta Was this translation helpful? Give feedback.
All reactions