Subscribe

UiPath Orchestrator

The UiPath Orchestrator Guide

Google Authentication Using OpenID Connect

Configure Google to Recognize a New Orchestrator Instance

📘

Note

The below steps are valid for Google external login setup in ASP.NET. Please note that the below procedure is a broad description of a sample configuration. For a fully detailed how-to, visit the official Microsoft Documentation.

  1. Navigate to Integrating Google Sign-In into your web app and click Configure a project.
  2. In the Configure a project for Google Sign-in client dialog, enter a new project name.
  3. In the Configure your OAuth client dialog, select Web server from the drop-down.
  4. In the Authorized redirect URIs text entry box, set the redirect URI by filling in the URL of the Orchestrator instance plus the suffix /identity/google-signin. For example, https://orchestratorURL/identity/google-signin.
747

📘

Note

Replace all occurrences of https://orchestratorURL with the URL of your Orchestrator instance.

Whenever filling in the URL of the Orchestrator instance, make sure it does not contain a trailing slash. Always fill it in as https://orchestratorURL, not https://orchestratorURL/.

  1. Click Create.
  2. Save the Client ID and Client Secret. You'll use them later in Identity Server.
749
  1. When deploying the site, register the new public URL from the Google Console.

Set Orchestrator/Identity Server to Use Google OpenID Connect Authentication

  1. Define a user in Orchestrator and have a valid Google email address set on the Users page.
  2. Make sure that the following configuration is present in Identity Server's Google settings within External Providers page (read here how to access Identity Server):
    • Select the Enabled check box.
    • Set the Client ID parameter to the value obtained by configuring Google authentication.
    • Set the Client Secret parameter to the value obtained by configuring Google authentication.
1497
  1. Click Save to save the changes to the external identity provider settings.
  2. Restart the IIS site after performing any configuration changes within Identity Server.

Updated 2 years ago


Google Authentication Using OpenID Connect


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.