FIDO Registration API

Call this function to register FIDO token.

Below is the URL to access the API functions:

PUT /CentagateWS/webresources/token/add/{admin_username}/{centoken}

Parameters

NoParametersOccurrenceDescriptions
1userIdRequiredThe user's Id
2tokenTypeRequiredNeed to insert the FIDO Token Type which is 3.
3credentialIdRequiredThe credential Id will be provided by FIDO token
4keyHandlerRequiredThe key handler will be provided by FIDO Token
5publicKeyRequiredThe Public Key will be provided by FIDO Token
6cenTokenRequired The Hmac Value Calculated Using SHA256 With SecretCode As Key And Plain Text From Admin Username + AuthToken

Sample Code

As in below there are some examples of source code of access the API functions: