java -jar skfsadminclient.jar P <hostport> <did> <wsprotocol> <authtype> <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; PASSWORD |
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.14.0
Hostname: example.strongkey.com (ServerID: 1)
Current time: Wed Nov 06 19:04:39 EST 2024
Up since: Wed Nov 06 16:05:46 EST 2024
StrongKey FIDO Server is alive!
Done with Ping!