Description
I’m trying to get authorization through insomina, but it’s giving a 400 error with the following response: ScaleUnit BackendUris not found in policy, please check the ScaleUnit Id
this is my body
{
“acr_values”:“tenant:1234”,
“client_id”:“123-123…”,
“client_secret”:“asd..”,
“scope”:“OR.Jobs”,
“redirect_uri”:“http://localhost/3000/ ”
}
I’m doing a POST to check the URL https://cloud.uipath.com/{name_organization}/identity_/connect/authorize ?
Link
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Date
2025-04-02
Related UiPath products
Orchestrator
Hi @gustavo.lima
Please check what value you are providing for body format? Application/form-url ? Or something else?
Also refer below thread for same issue?
Hello,
I have previously consumed the Orchestrator API with the API Key and Client Credentials methods. These two concepts are quite clear to me. This time I wanted to try and unterstand Authorization Code.
When I checked the documentation, I noticed a new parameter: acr_values
Here the description of the field;
Allows Identity Server to apply an authentication policy based on the organization to which the user belongs. Can take different values:
acr_values=tenant:{target organization Gl…
Regards
Sonali