Please note: If all the active web origins are set to inactive for a domain, this web service also disables the ROR configured for this domain within the Policy Module.
java -jar skfsadminclient.jar UDR <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 UDR https://example.strongkey.com:8181 1 REST password fidoadminuser Abcd1234! 1,2,3 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":"updateanddisable","payload":{"webOrigins":[{"ogid":1,"status":"inactive"},{"ogid":2,"status":"inactive"},{"ogid":3,"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) and disabled ROR in the policy","responseCode":"FIDO-MSG-0088","skfsVersion":"4.16.0","skfsFQDN":"example.strongkey.com","TXID":"1-1-70-1745524753007"}
Done with Update and disable ROR!