GetsĀ all the DAL target(s) and associated x509 fingerprint(s) and certificate(s) configured for a domain.
java -jar skfsadminclient.jar GDT <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 GDT https://example.strongkey.com:8181 1 REST password fidoadminuser Abcd1234!
Copyright (c) 2001-2025 StrongAuth, Inc. All rights reserved.
REST Get DAL Target with password
*******************************
{"svcinfo":{"did":1,"protocol":"FIDO2_0","authtype":"PASSWORD","svcusername":"fidoadminuser","svcpassword":"Abcd1234!"},"operation":"gettarget","payload":{}}
Calling get dal target@ https://example.strongkey.com:8181/skfs/rest/dal
Get DAL Target information complete.
******************************************
Get DAL Target response : {
"Response": [
{
"did": 1,
"tid": 1,
"namespace": "android_app",
"package": "com.strongkey.example.app",
"certificateEntries": [
{
"x509CertificateFingerprint": "kffL-daBUxvHpY-4M8yhTavt5QnFEI2LsexohxrGPYU",
"x509Certificate": ""
},
{
"x509CertificateFingerprint": "trFgkTyLDy6hjdaBUxvHpY4M8yhTavtRTYUtrx",
"x509Certificate": ""
}
]
},
{
"did": 1,
"tid": 2,
"namespace": "android_app",
"package": "com.strongauth.fido.app",
"certificateEntries": [
{
"x509CertificateFingerprint": "FG3pg8VzBlDY7rmVLzT8ZBakg0LWHb6oigSWsj",
"x509Certificate": ""
}
]
}
],
"responseCode": "FIDO-MSG-0092",
"skfsVersion": "4.16.0",
"skfsFQDN": "example.strongkey.com",
"TXID": "1-1-76-1745525832891"
}
Done with Get DAL Target!