Product Documentation

Syntax

java -jar skfsclient.jar D <hostport> <did> <wsprotocol> <authtype> [ <accesskey> <secretkey> | <svcusername> <svcpassword> ] <keyid>

Values

Value

Explanation

hostport

Host and port to access the FIDO server
SOAP & REST format : http://<FQDN>:<non-ssl-portnumber> or https://<FQDN>:<ssl-portnumber>
example : https://fidodemo.strongauth.com:8181

did

Unique domain identifier that belongs to SKCE

wsprotocol

Web service protocol; REST | SOAP

authtype

Authentication type; HMAC | PASSWORD

accesskey

Access key for use in identifying a secret key

secretkey

Secret key for HMACing a request

svcusername

Username used for PASSWORD-based authorization

svcpassword

Password used for PASSWORD-based authorization

keyid

String associated to a specific FIDO credential registered to a specific user. This is needed to perform actions on the key, such as deactivating, activating, and deregistering. Key ID can be obtained by calling 'G' option.

Output

$ example:~/skfsclient> java -jar skfsclient.jar D https://example.strongkey.com:8181 1 REST PASSWORD svcfidouser Abcd1234! 1-1-2

Copyright (c) 2001-2024 StrongAuth, Inc. All rights reserved.

REST Deregister key with PASSWORD
******************************************

Calling getkeysinfo @ https://example.strongkey.com:8181/skfs/rest/deregister
Response : {"Response":"Successfully deleted","responseCode":"FIDO-MSG-0010","skfsVersion":"4.12.0","skfsFQDN":"example.strongkey.com","TXID":"1-113-1695849324226"}

Deregister key complete.
******************************************

Done with Deregister!