java -jar skfsadminclient.jar P <hostport> <did> <wsprotocol> <authtype> [ <accesskey> <secretkey> | <svcusername> <svcpassword> ]
Value |
Explanation |
---|---|
hostport |
Host and port to access theĀ FIDO server |
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 |
$ example:~/skfsclient> java -jar skfsadminclient.jar P https://example.strongkey.com:8181 1 REST PASSWORD fidoadminuser Abcd1234!
Copyright (c) 2001-2024 StrongAuth, Inc. All rights reserved.
REST Ping with PASSWORD
******************************************
json = {"svcinfo":{"did":1,"protocol":"FIDO2_0","authtype":"PASSWORD","svcusername":"fidoadminuser","svcpassword":"Abcd1234!"},"payload":""}
Calling ping @ https://example.strongkey.com:8181/skfs/rest/ping
Ping complete.
******************************************
Ping response : Copyright (c) 2001-2024, StrongAuth, Inc. (dba StrongKey)
StrongKey FIDO Server 4.13.0
Hostname: example.strongkey.com (ServerID: 1)
Current time: Fri Jun 07 11:37:46 PDT 2024
Up since: Fri Jun 07 11:32:56 PDT 2024
StrongKey FIDO Server is alive!
Done with Ping!