Setting up single sign-on with OpenID Connect
This article takes an administrator through the process of setting up Single Sign-On (SSO) using OpenID Connect (OIDC).
OIDC dramatically simplifies the configuration process required with an Identity Provider (IdP). If your chosen provider supports OIDC (including Azure Active Directory, Okta, and OneLogin), you can set up SSO by following the steps below.
Set up the app with your IdP¶
You must provide a Sign-in Redirect URL (or equivalent) within your IdP configuration:
Make a note of the following from your IdP:
- Authority URL
- OIDC Client ID
- OIDC Client Secret
Orbit API configuration¶
To configure the Orbit API:
- Open the Orbit API Configurator.
- Select General > External login service options.
- Select OpenIdConnect from the Protocol drop-down menu.
-
Paste in the values for Authority URL, OIDC Client ID, and OIDC Client Secret.
Allow autoregistration (optional)¶
This step allows autoregistration for unknown users logging in via SSO for the first time. The system creates users automatically, without needing them created in advance.
To allow autoregistration:
- Select Test > Session service.
-
Check Allow auto-registration for unknown users logged in via Single Sign-On providers.

