Product Documentation

Syntax

java -jar skfsclient.jar D <hostport> <did> <wsprotocol> <authtype> <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; PASSWORD

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-1

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

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

Calling deregister @ https://example.strongkey.com:8181/skfs/rest/deregister
 Response : {"Response":"Successfully deleted keyid: 1-1-1","responseCode":"FIDO-MSG-0010","skfsVersion":"4.14.0","skfsFQDN":"example.strongkey.com","TXID":"1-1-163-1730936668729"}

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

Done with Deregister!