The following request body is sent during the register call:
<?xml version="1.0" ?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> <S:Body> <ns2:register xmlns:ns2="http://soap.skfs.strongauth.com/"> <svcinfo> { "did":1, "protocol":"FIDO2_0", "authtype":"PASSWORD", "svcusername":"svcfidouser", "svcpassword":"Abcd1234!" } </svcinfo> <payload> {
"publicKeyCredential":{
"id":"4uFwaAc6Bh-6sB0W17VYpoc3q40KC2vijosli0otd-s2-uInAjjVNFJBXsm_JZwCanh3__5FLGi2LlOqUD0BuZ3QfwnDc7prMxvk3c9NSMMx-9mTH31vyFQy_o2HjzoNvYqsuRldpo2kpxGpTJQGMcGcYViUBa4PzHZUbIW2PR2dUMPPMDNNw_PA7jBTAj9bsRrZyaY6kUAFRqOLQ9p1iAYHxAxETsFCU7Fs8BeMoQk",
"rawId":"4uFwaAc6Bh-6sB0W17VYpoc3q40KC2vijosli0otd-s2-uInAjjVNFJBXsm_JZwCanh3__5FLGi2LlOqUD0BuZ3QfwnDc7prMxvk3c9NSMMx-9mTH31vyFQy_o2HjzoNvYqsuRldpo2kpxGpTJQGMcGcYViUBa4PzHZUbIW2PR2dUMPPMDNNw_PA7jBTAj9bsRrZyaY6kUAFRqOLQ9p1iAYHxAxETsFCU7Fs8BeMoQk",
"response":{
"attestationObject":"o2NmbXRmcGFja2VkZ2F0dFN0bXSjY2FsZyZjc2lnWEcwRQIgWnlTagmqNU2IakiYynlba-GIlD2B1e4UvoWxVzolPWMCIQCA4WPGSXh6PgGqD-Cvw3cfjhu7WaGlhU3RXghQuLYMImN4NWOBWQHkMIIB4DCCAYOgAwIBAgIEbCtY8jAMBggqhkjOPQQDAgUAMGQxCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5TdHJvbmdBdXRoIEluYzEiMCAGA1UECxMZQXV0aGVudGljYXRvciBBdHRlc3RhdGlvbjEYMBYGA1UEAwwPQXR0ZXN0YXRpb25fS2V5MB4XDTE5MDcxODE3MTEyN1oXDTI5MDcxNTE3MTEyN1owZDELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlN0cm9uZ0F1dGggSW5jMSIwIAYDVQQLExlBdXRoZW50aWNhdG9yIEF0dGVzdGF0aW9uMRgwFgYDVQQDDA9BdHRlc3RhdGlvbl9LZXkwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAQx9IY-uvfEvZ9HaJX3yaYmOqSIYQxS3Oi3Ed7iw4zXGR5C4RaKyOQeIu1hK2QCgoq210KjwNFU3TpsqAMZLZmFoyEwHzAdBgNVHQ4EFgQUNELQ4HBDjTWzj9E0Z719E4EeLxgwDAYIKoZIzj0EAwIFAANJADBGAiEA7RbR2NCtyMQwiyGGOADy8rDHjNFPlZG8Ip9kr9iAKisCIQCi3cNAFjTL03-sk7C1lij7JQ6mO7rhfdDMfDXSjegwuWhhdXRoRGF0YVkBNFp0wa1dnSNp2LaVgMzq81RzJMHxAuOncRw-FNUT_SijRQAAAAAAAAAAAAAAAAAAAAAAAAAAALDi4XBoBzoGH7qwHRbXtVimhzerjQoLa-KOiyWLSi136zb64icCONU0UkFeyb8lnAJqeHf__kUsaLYuU6pQPQG5ndB_CcNzumszG-Tdz01IwzH72ZMffW_IVDL-jYePOg29iqy5GV2mjaSnEalMlAYxwZxhWJQFrg_MdlRshbY9HZ1Qw88wM03D88DuMFMCP1uxGtnJpjqRQAVGo4tD2nWIBgfEDEROwUJTsWzwF4yhCaUBAgMmIAEhWCB4sjPOBabTs2xrepvAxuznKklBXiuXVHLXTOZ9h6u0MSJYIHepoLHS9BQiQ-PIZ-Had7lOGSgFoO_Qj-vLUGBZUbcN", "clientDataJSON":"eyJ0eXBlIjoid2ViYXV0aG4uY3JlYXRlIiwiY2hhbGxlbmdlIjoiTDhOZWtYYi1HXzF4S1B0NDFrYXpUQSIsIm9yaWdpbiI6Imh0dHBzOi8vZmlkb3Rlc3Quc3Ryb25na2V5LmNvbSJ9" }, "type":"public-key" }, "strongkeyMetadata":{ "version":"1.0", "create_location":"Sunnyvale, CA", "username":"testuser", "origin":"https://<FQDN>" }, "appTXID": "exampleappTXID" } </payload> </ns2:register> </S:Body> </S:Envelope>
Value |
Explanation |
---|---|
did |
Unique identifier for an SKFS cryptographic domain. Unless 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 [SKFS ⇒ Administration ⇒ Security] for details). |
Value |
Explanation |
id |
The FIDO credential identifier. Also known as credentialId within the JavaScript API—Web Authentication (WebAuthn)—it returns a Base64url encoding of the FIDO credential.
|
rawid |
An implementation of an ArrayBuffer containing the raw byte sequence of the credentialId |
attestationObject |
A complex data structure with information an RP should use to determine if they will accept the registration and use the newly generated credential to authenticate the user. This attribute is embedded inside a response object within publicKeyCredential.
|
clientDataJSON |
A serialized representation of a JSON structure whose message digest (aka hash) is digitally signed by the FIDO Authenticator in response to a FIDO signing operation. This attribute is also embedded inside a response object within publicKeyCredential.
|
type |
The type of credential—in the case of FIDO, this will always be public-key. |
Value |
Explanation |
version |
This attribute describes the version number of the strongkeyMetadata JSON object embedded in the web service request. This JSON object provides to the RP application useful data that are not critical to the FIDO capabilities—but which applications can extend and rely upon for business use-cases. |
create_location |
If available and enabled on the client device, this attribute provides the resolution of Global Positioning System (GPS) coordinates ascertained by applications. |
origin |
This is a string of the RP origin (RFC-6525 representation of the application’s URL), so it can be easily accessible to the web application. |
username |
This is a string of the name of the user using the application, so it can be easily accessible to the web application. |
appTXID |
An optional string within any SKFS web service request body's payload JSON object that, if added, will attach the appTXID value to the TXID logged by the server. |