Product Documentation

Any of the configurations shown on the referenced page may be updated with a new specified value.

Syntax

java -jar skfsadminclient.jar UC <hostport> <did> <wsprotocol> <authtype> [ <accesskey> <secretkey> | <svcusername> <svcpassword> ] <configkey> <configvalue> [<notes>]

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; 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

configkey

Configuration identifier of server setting.

configvalue

Value connected to configuration identifier.

notes

Optional notes to store with the policy or configuration.

Output

$ 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":"Abcd12341"},"payload":{"configurations":[{"configkey":"ldape.cfg.property.service.ce.ldap.ldapservicegroup","configvalue":"cn=Example","notes":"updated"}]}}

Calling updateconfiguration @ https://example.strongkey.com:8181/skfs/rest/updateconfiguration
 Response : {"Response":"Successfully updated configurations","responseCode":"FIDO-MSG-0075","skfsVersion":"4.12.0","skfsFQDN":"example.strongkey.com","TXID":"1-170-1695851773619"}

Update Configuration complete.
******************************************

Done with Update Configuration!