I need to implement Device Registration.
I understand that this must be enabled before hand. The Device Registration is provided through REST API.
I believe these APIs, must be accessible through a junction. (/scim, for example)
There is the Verify_Access_MMFA cookbook that explains how to implement Device Registration, in section 10.2.5 but included in IBM Verify. Here they identify the PATCH method to /scim/Me endpoint and the message.
This is the content of the PATCH message:
{"schemas":["urn:ietf:params:scim:api:messages:2.0:PatchOp"],"Operations":[{"op":"add","path":"urn:ietf:params:scim:schemas:extension:isam:1.0:MMFA:Authenticator:fingerprintMethods","value":[{"keyHandle":"F6A0FAF0-F862-4593-A072-F506D301FF12","publicKey":"MIIB... … … … … … … … … …","enabled":true,"algorithm":"SHA512withRSA"}]}]}
In this case, there must be an APP that can access the private key of the mobile device and generate the complete JSON request.
From the internet I found a JavaScript library that can generate the fingerprint. Is this a standard? Is this a proprietary IBM format?
Is this the way to register fingerprint method?
Thanks
------------------------------
Joao Goncalves
Pyxis, Lda.
Sintra
+351 91 721 4994
------------------------------