cancel
Showing results for 
Search instead for 
Did you mean: 
DustinB
Employee
Employee

Introduction

Single sign-on (SSO) is an authentication method that enables users to log in with a single ID and password once and get access to multiple applications without additional credentials or logins. There are many vendors that offer SSO and Incorta integrates with several of them. This article will outline general SSO configuration within Incorta as well as some tips and best practices.

What you should know before reading this article

We recommend that you be familiar with these Incorta concepts before exploring this topic further.

Applies to

These concepts apply to all releases of Incorta both on-premise and cloud.

Let's Go

Incorta's User Authentication Options

Incorta offers three ways to authenticate a user (authentication refers to the process that identifies the person attempting to access an application):

  1. Incorta Authentication: Incorta's native authentication which leverages the Incorta Security user interface to manage users and groups
  2. Single Sign-On (SSO): Offloading user authentication to a third party SSO provider
  3. LDAP Authentication: Offloading user authentication to a third party LDAP provider

How Incorta Integrates With SSO Providers

Incorta supports several SSO providers including OneLogin, ADFS (both on-premise and Azure SSO), Okta, etc. Each SSO provider has its own particular implementation details but in general the process has this flow:

  1. Change Incorta's default authentication mechanism from native to SSO using either the Cluster Management Console (CMC) or the Tenant Management Tool (TMT utility). 
  2. Within your SSO provider's admin console, add and configure Incorta as a new application
  3. Create a configuration file as directed. Note that your IDP may have the ability to download a metadata XML file which contains values necessary for the configuration file.
  4. Place the configuration file on your Incorta Analytics server (for example ./IncortaAnalytics/IncortaNode/sso)
  5. Edit the Incorta Analytics server.xml file per your specific SSO provider's requirements
  6. Restart the Analytics service

Notes: 

  1. Incorta requires that even SSO users exist in the Incorta metadata repository prior to being allowed to access Incorta.
    1. Users can be created manually in the Incorta Security UI. Remember to set the users' authentication type to "SSO" rather than "Incorta" 
    2. Users can be imported through an automated process either by integrating with LDAP, database, or flat file exports. 
    3. Customers using Incorta v4.9 and higher can enable the "Auto provision SSO users" feature in the CMC
  2. Some SSO providers require the service provider (Incorta application) to be running HTTPS rather than HTTP

Additional Considerations

  • Please follow Incorta's documentation closely when integrating your SSO. Something that may seem trivial can prevent user authentication from working correctly.
  • For IDPs that require a certificate key pasted into the configuration file, make sure to not include any extra whitespace 
  • For SAML-based IDPs Incorta requires the IDP be configured to include a parameter in the token called "loginName". Note that this is case-sensitive. 
  • For SAML-based IDPs the loginName parameter must match the login name as configured in Incorta. This is usually the user's email address or directory login name. Note: for some IDPs, the login name stored in Incorta must match the case of the name in the SSO IDP.
Best Practices Index
Best Practices

Just here to browse knowledge? This might help!

Contributors
Version history
Last update:
‎03-07-2022 12:45 PM
Updated by: