Skip to content

Commit ab322c9

Browse files
authored
Merge pull request #400 from UiPath/fix/add_identity_scope
fix: add identity auth scope
2 parents 391c058 + f6bc7c2 commit ab322c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"client_id": "36dea5b8-e8bb-423d-8e7b-c808df8f1c00",
33
"redirect_uri": "http://localhost:__PY_REPLACE_PORT__/oidc/login",
4-
"scope": "offline_access OrchestratorApiUserAccess ConnectionService DataService DocumentUnderstanding EnterpriseContextService Directory JamJamApi LLMGateway LLMOps OMS RCS.FolderAuthorization",
4+
"scope": "offline_access OrchestratorApiUserAccess IdentityServerApi ConnectionService DataService DocumentUnderstanding EnterpriseContextService Directory JamJamApi LLMGateway LLMOps OMS RCS.FolderAuthorization",
55
"port": 8104
6-
}
6+
}

0 commit comments

Comments
 (0)