AuthenticateUserWithFido request
The
AuthenticateUserWithFido
request initiates an authentication request for a FIDO-enabled authenticator. authenticateUserWithFido input fields provides details about the
authenticateUserWithFido
input fields.Input Field | Required? | Type | Purpose |
|---|---|---|---|
requestId | Y | String | A unique identifier of the request for the enterprise application. |
userId | Y | String | Unique ID for the user, such as the user email address, the user log-on name, or a unique ID that maps to user log-on name. The userId accepts from 1 to 128 international characters. The user ID is not case-sensitive in look-up operations. |
Example authenticateUserWithFido request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vip="https://schemas.symantec.com/vip/2011/04/vipuserservices"> <soapenv:Header/> <soapenv:Body> <vip:AuthenticateUserWithFidoRequest> <vip:requestId>FIDOAuth_478263478263</vip:requestId> <vip:userId>testuser1</vip:userId> </vip:AuthenticateUserWithFidoRequest> </soapenv:Body> </soapenv:Envelope>