Skip to main content

Single Sign-on (SSO) with an OIDC Provider

Configure SSO with any OIDC provider

Updated this week

SSO on ioTORQ EMIS supports any identity provider that implements the OpenID Connect (OIDC) standard.

Setting up SSO

Setting up SSO using OIDC on your ioTORQ system is a two-step process:

  1. Registering ioTORQ EMIS in your OIDC provider (by the application admin in your company)

  2. Enabling SSO in ioTORQ EMIS (by request)

Step 1 – Register ioTORQ EMIS in your OIDC Provider

Performed by: Application admin in your company

  1. Sign in to your OIDC provider’s admin console (e.g., Okta or other OIDC-compatible identity provider).

  2. Create a new application for ioTORQ EMIS.

  3. Add the login redirect URI for the ioTORQ EMIS application.

    For Example - https://<yourcompany>.iotorq.com/oidc/auth/

    (Replace <your-company> with your actual ioTORQ tenant name)

  4. Save your configuration.

  5. Note down the following values (needed for Step 2):

    • Metadata URL

    • Client ID

    • Client Secret

Step 2 – Enabling SSO in ioTORQ EMIS

Performed by: Your company’s designated contact

Email support@iotorq.com with:

  1. SSO Policy: Optional or Mandatory

  2. Metadata URL (from Step 1)

  3. Client ID (from Step 1)

  4. Client Secret (from Step 1)

Once enabled, your users can start logging in with SSO via your OIDC provider.

Optional vs Mandatory

Optional SSO

When SSO is optional, users are given two options for authenticating: (a) signing in using the ioTORQ EMIS username and password (b) signing in with the OIDC provider.

Mandatory SSO

Users must log in via the OIDC provider and enter their work email address, which must match the identity provider record.

Did this answer your question?