- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-06-20 09:21 AM
I'm trying to figure out how to use resource commands.
If I'm getting it right the first step is to authenticate myself. According to help:
http://localhost:8181/user%20admin&password%20MyPassword
But I constantly receive authentication failed. I tried with my user or robo users and outcome is the same. Can it be, it's because of using SSO? Additionally the credentials are working passed through SOAP request.
The next thing is /getauthtoken command.
I'm able to generate a token through automatec.exe, but I didn't found any place, where it can be used. I checked the Web Service Guide and there is only basic authentication mentioned for accessing exposed processes/objects.
Did any of you are using those commands and could give me some advice how to handle them?
A documentation or example of using /getauthtoken, would more than appreciated.
Many thanks for any bit of advice,
Best,
L
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-06-20 09:01 AM
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-06-20 11:04 AM
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-06-20 11:07 AM
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-06-20 02:44 PM
you are right, the issue was missing 'name' word in the string.
http://localhost:8181/user%20name%20admin&password%20MyPassword
http://localhost:8181/user%20userID&password%20MyPassword
Currently I'm facing another issue, when I try to create a session using:
http://localhost:8181/create%20name%20ProcessName
http://localhost:8181/create%20ProcessID
Following error appears:
ERROR : Value can not be null, or have zero length
Parametername: TokenValue
The process is published if it makes a difference.
Command:
http://localhost:8181/createas%20Token%20ProcessID
works.
Best,
L
------------------------------
Łukasz Kiciak
RPA Developer
UI
Europe/London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-06-20 09:01 AM
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-06-20 12:56 PM
Hi John,
thanks for clarification!
I have had some other issues, but was able to solve them 🙂
Best,
L
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-06-20 10:21 PM
------------------------------
Mayank Goyal
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-06-20 05:56 AM
Username can be either one of the following:
- samaccountname (where it will look for the user in the domain specified in Blue Prism)
- DOMAIN\samaccountname
- userprincipalname i.e. something@some.domain
------------------------------
Bruce Liu
Senior Product Consultant, Professional Services
Blue Prism
Australia/Sydney
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-06-20 04:45 AM
------------------------------
Mayank Goyal
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-06-20 04:51 AM
Yes, you were right on this.
Essentially you are attempting to log onto a Blue Prism runtime resource (RR). For a non-SSO environment, you must supply native Blue Prism credentials, something the administrator must configure in the System -> Security -> Users section beforehand. Machine login credentials are needed to start up the RR, this is needed before you can issue the HTTP request with Blue Prism credentials set in the process.
------------------------------
Bruce Liu
Senior Product Consultant, Professional Services
Blue Prism
Australia/Sydney
------------------------------
