Any of the configurations shown on the referenced page may be updated with a new specified value.
java -jar skfsadminclient.jar UC <hostport> <did> <wsprotocol> <authtype> <svcusername> <svcpassword> <configkey> <configvalue> [<notes>]
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 |
configkey |
Configuration identifier of server setting. |
configvalue |
Value connected to configuration identifier. |
notes |
Optional notes to store with the policy or configuration. |
$ example:~/skfsclient> java -jar skfsadminclient.jar UC https://example.strongkey.com:8181 1 REST PASSWORD fidoadminuser Abcd1234! ldape.cfg.property.service.ce.ldap.ldapservicegroup cn=Example
Copyright (c) 2001-2024 StrongAuth, Inc. All rights reserved.
REST Update Configuration with PASSWORD
******************************************
{"svcinfo":{"did":1,"protocol":"FIDO2_0","authtype":"PASSWORD","svcusername":"fidoadminuser","svcpassword":"Abcd1234!"},"payload":{"configurations":[{"configkey":"ldape.cfg.property.service.ce.ldap.ldapservicegroup","configvalue":"cn=Example","notes":""}]}}
Calling updateconfiguration @ https://example.strongkey.com:8181/skfs/rest/updateconfiguration
Response : {"Response":"Successfully updated configurations","responseCode":"FIDO-MSG-0075","skfsVersion":"4.14.0","skfsFQDN":"example.strongkey.com","TXID":"1-1-163-1731006360041"}
Update Configuration complete.
******************************************
Done with Update Configuration!