-
Multiple components fingerprints were registered to the machine object. If you attempt to authenticate the license key using one or more of these component fingerprints, a VALID response will be returned. Is there anything else I need to set up? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you clarify your expected behavior here and share your use case? I'm not sure I'm following. It sounds like it's working as expected. |
Beta Was this translation helpful? Give feedback.
-
I was created a policy with parameters as below. I created license with that policy. and I created 1 machine object on that license. I created 2 machine components on machine. |
Beta Was this translation helpful? Give feedback.
The assertion is that all of the provided fingerprints must match the some of machine's components, not that all of the machine's component fingerprints must be provided — i.e. you're saying "all of these fingerprints must exist", not "these fingerprints must be all that exists." To implement your desired logic, you should adjust your integration to always send 2 component fingerprints, even if the missing component is an empty string or null, if you're fingerprinting 2 components.
Hope that makes sense? Let me know.