Product Documentation

Updates the status of a DAL target to active/inactive

Please note: If all the active DAL targets are set to inactive, this web service also disables DAL configured for this domain within the Policy Module.

Syntax

java -jar skfsadminclient.jar UDTD <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 UDTD https://example.strongkey.com:8181 1 REST password fidoadminuser Abcd1234! 2 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":"updatetargetanddisable","payload":{"tid":2,"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 and disabled DAL in the policy","responseCode":"FIDO-MSG-0094","skfsVersion":"4.16.0","skfsFQDN":"example.strongkey.com","TXID":"1-1-74-1745526190697"}

Done with Update and disable DAL Target!