If your Authentication Domain is camel case, the option authdomain needs to be quoted.
Example:
signon rhost authdomain="ConnectTokenDomain"; %*--> expects an Authentication Domain with the name ConnectTokenDomain;
signon rhost authdomain=ConnectTokenDomain; %*--> explicit conversion of the name to CONNECTTOKENDOMAIN ;
... View more