The following request body is sent during the updatekeyinfo call:
<?xml version="1.0" ?>
<S:Envelope
xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:updatekeyinfo
xmlns:ns2="http://soap.skfs.strongauth.com/">
<svcinfo>
{
"svcinfo": {
"did": 1,
"protocol": "FIDO2_0",
"authtype": "PASSWORD",
"svcusername": "svcfidouser",
"svcpassword": "Abcd1234!"
},
"payload": {
"keyid":"1-1-2",,
"displayname":"newJohnDoe",
"status":"Active",
"modify_location":"Cupertino"
}
}
</payload>
</ns2:updatekeyinfo>
</S:Body>
</S:Envelope>
Value |
Explanation |
did |
Unique identifier for a cryptographic domain in SKFS. Unless you are using a StrongKey Tellaro appliance, this defaults to 1. |
protocol |
The FIDO protocol to be used in this request (FIDO2_0). |
authtype |
The type of authentication supplied in this service request—it must be PASSWORD or HMAC (see API Security for details); the example shown here is for PASSWORD type of authentication. |
svcusername |
The username of the service credential requesting this web service. |
svcpassword |
The password of the service credential requesting this web service. When PASSWORD authtype is used, SKFS uses entries in a previously configured Lightweight Directory Access Protocol (LDAP) or Active Directory (AD) to authenticate the credential (see Manage Credentials under [ SKFS ⇒ Administration ⇒ Security ] for details). |
Value |
Explanation |
keyid |
A string identifying the unique FIDO credential within the SKFS. However, the current format is DEPRECATED.
|
displayName |
The displayName is a plain language name used to identify the Authenticator to the user. This name will be displayed in case the user wishes to manage multiple Authenticators associated with their account. |
status |
Active/Inactive. Status to set the FIDO credential or policy to. |
modify_location |
If available and enabled on the client device, this attribute provides the resolution of Global Positioning System (GPS) coordinates ascertained by applications. |