Hi Team,
So far bot uses login everytime to perform automation. Now this moved to SSO using API.
I would like to know what are the steps i need to perform to make this heppen thruough API. I am new t api. Help needed
Hello @Honda,
check with the application team/API documentation and confirm the auth method they support for bots/service accounts.
Understand what kind of API auth the application uses
Ask the application team or check their API docs:
- OAuth2?
- Client ID / Client Secret?
- Bearer token?
- SSO through Azure AD / Okta / another identity provider?
refer to UiPath documentation: Activities - HTTP Request
Thanks,
Karthik
Thanks Kartik.
- So, whenever we work in these are the basic quereies we need to ask in terms of API?
- For any kind of API we will be using Http Request and Deserialization only 2 activities ?