AppWorx, Dollar Universe and Sysload Community

 View Only
  • 1.  REST Uproc , try to connect to UIPATH solution

    Posted Nov 26, 2021 08:41 AM

    Hi ,
    We are studied if we can submit request to our Uipath installation by Web Service.
    We try to used the OAUTH anthentification by it failed .

    Request to manager: technical error.
    Java Manager error.
    An internal server error occured. Please check the logs. java.io.IOException: Server returned HTTP response code: 403 for URL: https://cloud.uipath.com/identity_/connect/token?password=xxxxx&grant_type=password&client_secret=xxxxxxxxxxxx&client_id=3xxxxxxxxxxxxxxxxxx&username=xxxxxx
    ### DEBUT U_ANTE_UPROC ###

    We don't know if it is possible to used OAUTH authentification, we are not sure also of the parameters to put in the web Service settings (we encoountered bugs with the field url token...).
    Our current value are:
    Base Url: https://cloud.uipath.com

    Authentification: OAUTH
    User name : test
    Password: xxxxx
    Url token: /identity_/connect/token

    Client ID: xxxxxxxxxxx
    Client secret : xxxxxxxxxx

    If someone have succeeded well configured this kind of service, you are welcome.
    Kind Regards

    Philippe



  • 2.  RE: REST Uproc , try to connect to UIPATH solution

    Posted Dec 22, 2021 06:12 AM
    Take it that the uRL is accessible using something like Postman outwith $U and that the target is whitelisted and not being redirected to a different URL. 

    If this works in Postman then should be able to hit the endpoint in $U.