25-09-19 04:02 AM
Resource PC HTTP Interface
I'm trying to simply call the function
http://localhost:8181/user%20name%20 [username] &password%20 [password] &userlist
or
http://localhost:8181/user%20 [userID] &password%20 [password] &userlist
This naturally works perfectly fine using a non SSO environment.
however, now i'm moving to a SSO environment, and got difficulties authenticating these type of calls through HTTP.
so what would be the equivalent to above for SSO?
my domain is something like: companyAD.woop.com
username is RobotAwesomeUser1
password is SoSecurePassword
user principal name becomes RobotAwesomeUser1@companyAD.woop.com
I thought the http call would be:
http://localhost:8181/user%20name%20 [user principal name] &password%20 [password] &userlist
Regards, and thanks for the help
Answered! Go to Answer.
29-09-19 10:53 AM
26-09-19 09:25 AM
29-09-19 10:53 AM
01-10-19 09:15 AM
01-10-19 01:50 PM
I think what you are trying is correct. however, need to make sure the username is exactly as expected.
You can also try with using /user <userID>&password <password>&userlist
btw at my company the username will include spaces e.g. simon a pedersen@adgroupcompany
01-10-19 02:32 PM