Product Documentation

Add a list of valid related web origin(s) for a domain. 

Please note: To enable the Related Origin Request (ROR) in the FIDO Policy, it's essential to configure at least one active web origin for the domain.

Syntax

java -jar skfsadminclient.jar AR <hostport> <did> <wsprotocol> <authtype> <svcusername> <svcpassword> <weborigin(s)>

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

weborigins

Comma separated list of usernames

Output

$ example:~/skfsclient> java -jar skfsadminclient.jar AR https://example.strongkey.com:8181 1 REST password fidoadminuser Abcd1234!  "https://ror.example.com:8181","https://fido.strongauth.com:8282","https://example.strongkey.net"

Copyright (c) 2001-2025 StrongAuth, Inc. All rights reserved.

REST Add ROR web Origins information with password
******************************************
{"svcinfo":{"did":1,"protocol":"FIDO2_0","authtype":"PASSWORD","svcusername":"fidoadminuser","svcpassword":"Abcd1234!"},"operation":"add","payload":{"webOrigins":["https://ror.example.com:8181","https://fido.strongauth.com:8282","https://example.strongkey.net"]}}

Calling add ror origins @ https://example.strongkey.com:8181/skfs/rest/ror
{"Response":"successfully added valid ROR Web origin(s): [https://ror.example.com:8181, https://fido.strongauth.com:8282, https://example.strongkey.net]","responseCode":"FIDO-MSG-0084","skfsVersion":"4.16.0","skfsFQDN":"example.strongkey.com","TXID":"1-1-78-1745524583147"}

 Add ror origins information complete.
******************************************
Add ror origins response : {"Response":"successfully added valid ROR Web origin(s): [https://ror.example.com:8181, https://fido.strongauth.com:8282, https://example.strongkey.net]","responseCode":"FIDO-MSG-0084","skfsVersion":"4.16.0","skfsFQDN":"example.strongkey.com","TXID":"1-1-78-1745524583147"}

Done with Add ROR!