Get all active related web origins configured for a domain.
java -jar skfsadminclient.jar GR <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 GR https://example.strongkey.com:8181 1 REST password fidoadminuser Abcd1234!
Copyright (c) 2001-2025 StrongAuth, Inc. All rights reserved.
REST Get ROR web origin with password
*******************************
{"svcinfo":{"did":1,"protocol":"FIDO2_0","authtype":"PASSWORD","svcusername":"fidoadminuser","svcpassword":"Abcd1234!"},"operation":"get","payload":{}}
Calling get ror origins @ https://example.strongkey.com:8181/skfs/rest/ror
Get ROR web origins information complete.
******************************************
Get ROR web origins response : {
"Response": [
{
"sid": 1,
"did": 1,
"ogid": 1,
"webOrigin": "https://ror.example.com:8181",
"status": "Active"
},
{
"sid": 1,
"did": 1,
"ogid": 2,
"webOrigin": "https://fido.strongauth.com:8282",
"status": "Active"
},
{
"sid": 1,
"did": 1,
"ogid": 3,
"webOrigin": "https://example.strongkey.net",
"status": "Active"
}
],
"responseCode": "FIDO-MSG-0086",
"skfsVersion": "4.16.0",
"skfsFQDN": "example.strongkey.com",
"TXID": "1-1-73-1745524629566"
}
Done with Get ROR!