Skip to main content

Create a Machine Authenticator

POST 

/api/web/v1/users/:userid/machines

Create a Machine Authenticator for a user. Caller requires the USERMACHINES:ADD permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user for which the machine authenticator is to be added.

Body

required

    fingerprint string

    The device fingerprint. It must be a valid fingerprint as produced by Entrust SDK.

    label stringrequired

    Identifies the device/machine from the end-user point of view.

Responses

Successful

Schema

    machineAuthenticator

    object

    Machine authenticator required to complete authentication challenge

    fingerprint string

    The device fingerprint if it's required during Machine authentication. It will always be null when returned from IDaaS as part of the response body.

    machineNonce string

    machineNonce

    sequenceNonce string

    sequenceNonce

    userMachineAuthenticator

    object

    UserMachineAuthenticator

    expiryTime date-time

    When this machine secret expires in UTC time

    id stringrequired

    Identifies the device/machine

    label stringrequired

    Identifies the device/machine from the end-user point of view

    lastUsedTime date-time

    When this machine secret was last used

    registrationTime date-timerequired

    When this machine secret was created in UTC time

Loading...