Product Documentation

Update status of DAL Target for a domain.

Please note: This web service won't allow you to disable all the active DAL Targets. If you need to disable all the active DAL Targets, then use the update and disable web service for DAL Target.

Syntax

java -jar skfsadminclient.jar UDT <hostport> <did> <wsprotocol> <authtype> <svcusername> <svcpassword> <tid(s)> <status>

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

tids

comma separated list of tids

status

status that should be set for the tid(s). Values: active | inactive

Output

$ example:~/skfsclient> java -jar skfsadminclient.jar UDT https://example.strongkey.com:8181 1 REST password fidoadminuser Abcd1234! 1 inactive

Copyright (c) 2001-2025 StrongAuth, Inc. All rights reserved.

REST Update DAL Target with password
*******************************
{"svcinfo":{"did":1,"protocol":"FIDO2_0","authtype":"PASSWORD","svcusername":"fidoadminuser","svcpassword":"Abcd1234!"},"operation":"updatetarget","payload":{"tid":1,"status":"inactive"}}

Calling update dal target @ https://example.strongkey.com:8181/skfs/rest/dal

Update DAL Target information complete.
******************************************
Update dal target response : {"Response":"successfully updated DAL Target","responseCode":"FIDO-MSG-0094","skfsVersion":"4.16.0","skfsFQDN":"example.strongkey.com","TXID":"1-1-77-1745371331529"}

Done with Update DAL Target!