Product Documentation

Get a list of registered keys from multiple users at once.

Syntax

java -jar skfsadminclient.jar GUK <hostport> <did> <wsprotocol> <authtype> <svcusername> <svcpassword> <usernames>

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

usernames

Comma separated list of usernames

Output

$ example:~/skfsclient> java -jar skfsadminclient.jar GUK https://example.strongkey.com:8181 1 REST PASSWORD fidoadminuser Abcd1234! johndoe,jilldoe 

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":"fidoadminuser","svcpassword":"Abcd1234!"},"payload":{"usernames":["johndoe","jilldoe"]}}

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

Get user keys information complete.
******************************************
GetKeys response : [{"username":"johndoe","keys":[{"keyid":"1-1-5","fidoProtocol":"FIDO2_0","credentialId":"1QPfw_Z8LbM-62ptSd99kIavfqgvwpm3fAf5FN0rPJd94amHu7nXOOlyvmmuHz9Uiqglu3d7D1KHcTIQoayRCTbpD4qaps9i6y3iZAqGVQPyvppAHdvEtdltAmxpQWKki_lxJWukP1Iw0fI3Sy3LRQc_Qevsu54DocVRgZz61AMRG6AYgf6tp2l0qLH9fF9Vp3kSnz1SOTuk9SM--9Jx-vaN6fq47y_eGBIi15gU1h3rlC9d6eHOWM5NKas5nRUi","aaguid":"3b1adb99-0dfe-46fd-90b8-7f7614a4de2a","createLocation":"Sunnyvale, CA","createDate":1731008557000,"lastusedLocation":"Not used yet","lastUsedDate":0,"modifyDate":0,"status":"Active","displayName":"johndoe","attestationFormat":"packed","registrationVersion":"4.14.0"}],"message":""},{"username":"jilldoe","keys":[{"keyid":"1-1-4","fidoProtocol":"FIDO2_0","credentialId":"tIRU9CpdJjdmKZ88TwWL6Pm68_idmGCE9dA30IArM2yi1SkHmw-Zx2Dq00vkgVI2pyY_Tw1BE0rl-5vyz91Cr60Qz6T7qpjiegB5ytyMk_4frfzEi3kwr9jiQF60ROooKKbkZp3mG8R8Z8DlbHXWpD5iq5WdOU6Sv3XF4mgfWW7hHGnDbutvFGRysfo8kGWruVjXAlxgxpcfDAe_JLbCnANoJx7uB88UTmMNackq7V0hrCEeMTpaAxAMaf96U4Io","aaguid":"3b1adb99-0dfe-46fd-90b8-7f7614a4de2a","createLocation":"Sunnyvale, CA","createDate":1731008487000,"lastusedLocation":"Not used yet","lastUsedDate":0,"modifyDate":0,"status":"Active","displayName":"jilldoe","attestationFormat":"packed","registrationVersion":"4.14.0"}],"message":""}]

Done with Get User Keys!