Subscribe

UiPath Orchestrator

The UiPath Orchestrator Guide

Configuring SSO: SAML 2.0

Orchestrator can handle Single Sign-On Authentication based on SAML 2.0. To enable it, both Orchestrator as Service Provider, and an Identity Provider must be properly configured so that they can communicate with each other. If SAML is enabled and correctly configured, a button is displayed at the bottom of the Login page. If the external identity provider uses a multi-factor authentication protocol, the user needs to comply to the corresponding rules as well in order to successfully log in.

551

🚧

Important

Orchestrator supports multiple Identity Providers. In this guide we exemplify the following four:
ADFS
Google
OKTA
PingOne

Overview

Before we get to the detailed procedure, here is a quick overview of what you have to do to enable SAML authentication.

  1. Define a user in Orchestrator and have a valid email address set on the Users page.
  2. Import the signing certificate provided by the Identity Provider to the Windows certificate store using Microsoft Management Console, and set Orchestrator to use it accordingly. See here how to do that.
  3. Add the configuration block specific to the Identity Provider in web.config, making sure that the ExternalAuth.Saml2.Enabled parameter is set to True.

The above method is valid if your email address is set as a SAML attribute, however you can configure your own mapping strategy as well. See here how to do that.

Find the specific configuration blocks and how to obtain the certificates for each Identity Provider on the dedicated pages: ADFS Authentication, Google Authentication, OKTA Authentication.

Updated 2 days ago



Configuring SSO: SAML 2.0


Suggested Edits are limited on API Reference Pages

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