Updates status of related web origin(s) for a domain to active or inactive.
Please note: This operation does not permit disabling all active related web origins. To disable all active web origins, "updateanddisable" operation must be used, which also disables ROR in the policy Module.
java -jar skfsadminclient.jar UR <hostport> <did> <wsprotocol> <authtype> <svcusername> <svcpassword> <ogid(s)> <status>
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 |
ogids |
Comma separated list of ogids |
status |
Active/Inactive. Use to change any related origin request to either Active/Inactive status. |
$ example:~/skfsclient> java -jar skfsadminclient.jar UR https://example.strongkey.com:8181 1 REST password fidoadminuser Abcd1234! 1,2 inactive
Copyright (c) 2001-2025 StrongAuth, Inc. All rights reserved.
REST Update ROR web origin with password
*******************************
{"svcinfo":{"did":1,"protocol":"FIDO2_0","authtype":"PASSWORD","svcusername":"fidoadminuser","svcpassword":"Abcd1234!"},"operation":"update","payload":{"webOrigins":[{"ogid":1,"status":"inactive"},{"ogid":2,"status":"inactive"}]}}
Calling update ror origins @ https://example.strongkey.com:8181/skfs/rest/ror
Update ROR web origins information complete.
******************************************
Update ROR web origins response : {"Response":"successfully updated valid ROR Web Origin(s)","responseCode":"FIDO-MSG-0088","skfsVersion":"4.16.0","skfsFQDN":"example.strongkey.com","TXID":"1-1-77-1745524681736"}
Done with Update ROR!