cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP GET with SSO authentication

asilarow
MVP
Hi, I am trying to use HTTP GET to run the Proclist command on localhost:8181, which is connected to the Database via an Application Server authenticating with SSO. The usual way for a localhost and localdb would be to run the User Name command, followed by Password to authenticate the user... but obviously in this case it doesn't work, as I don't know the password. The server is not using certificates to authenticate either, so I can't get a token to use the internalauth command... Any other way around this? Many thanks in advance, Andrzej.
Andrzej Silarow
4 REPLIES 4

asilarow
MVP
any ideas for this?
Andrzej Silarow

John__Carter
Staff
Staff
I don't think you can do it Andrzej. What about automatec /listprocesses /sso ?

asilarow
MVP
actually... automatec /listprocesses /sso  does the trick quite nicely! thanks John :)  
Andrzej Silarow

Walter.Koller
Level 11
We want to provide an HTTP interface for other applications to interact with Blue Prism for various purposes. Our user authentication is via SSO.   So there is no way on using Resource PC HTTP Interface, with SSO? No way on using Credentials for authentication instead? No workaround to fetch the authentication token and send it as part of HTTP?   We dont have yet in place yet but we are planning to go for HTTPs for all communication. Would this help in this case? And if so, how would certificates replace user SSO authentication?   thanks & regards