1
IExternalTicketProvider
Question asked by jeremy aurich - 3/16/2015 at 12:44 PM
Unanswered
Can someone please explain the literal format of the inputs Parameters for calling this and the other services? This is the only details I could find online, and the sample files didn't help:
 
Inputs :An object containing a generic list of string values. Each object in the list is stored in a
specific format (variable=value)
 
for example:
<string>password</string>
<string>AuthPW=password</string>
I tried a few options, but nothing is working.
 

1 Reply

Reply to Thread
0
jeremy aurich Replied
Ok, so although I tried multiple versions, I guess I didnt try this:
 
<string>loginUsername=ActualUserNameHere</string>
<string>loginPassword=ActualPasswordHere</string>
<string>authPW=ExternalProviderpasswordhere</string>
 
All case sensitive.

Reply to Thread