Product Documentation

Syntax

java -jar skfsclient.jar G <hostport> <did> <wsprotocol> <authtype> <svcusername> <svcpassword> <username>

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

username

Username for registration, authentication, or getting keys info

Output

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

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

REST Get user keys information with PASSWORD
******************************************
{"svcinfo":{"did":1,"protocol":"FIDO2_0","authtype":"PASSWORD","svcusername":"svcfidouser","svcpassword":"Abcd1234!"},"payload":{"username":"johndoe"}}

Calling getkeysinfo @ https://example.strongkey.com:8181/skfs/rest/getkeysinfo

Get user keys information complete.
******************************************
GetKeys response : {"Response":{"keys":[{"keyid":"1-1-1","fidoProtocol":"FIDO2_0","credentialId":"YGg7XPUNrwSsSQDRGwhojLSptYXpVHmywYEULJXTMJ-ZsEf5U1k3Vm3ZGRoi4rqawv_GmsuLeRKKpYohLRviPEPFr-3gU9E84UW62AdhBWHOs9iFTd_vMC8kXvdwAL9Ife-SwKHCcZyrLyZGHBxcO8Z9v8OEOxZuGs-qPUXJxt9K4-wCJmnHkMrA8gxLLqudNuH2QQKPsvyVumaj0rxXkjEfPUAd0hvNf41yj7DXRWeJvet6xU-xqTg56XN_jePs","aaguid":"3b1adb99-0dfe-46fd-90b8-7f7614a4de2a","createLocation":"Sunnyvale, CA","createDate":1730935486000,"lastusedLocation":"Sunnyvale, CA","lastUsedDate":1730935903000,"modifyDate":1730935903000,"status":"Active","displayName":"johndoe","attestationFormat":"packed","authenticatorType":"securitykey"}]},"responseCode":"FIDO-MSG-0012","skfsVersion":"4.14.0","skfsFQDN":"example.strongkey.com","TXID":"1-1-166-1730936418892"}

Done with GetKeysInfo!