Generic OIDC

If your organization uses an OIDC provider for user authentication, you can configure IQNECT to allow login using Identity Provider (IdP) credentials. IQNECT supports integration with the OpenID Connect (OIDC) protocol and the SAML 2.0 protocol. Both implementations are functionally equivalent when used with IQNECT. The following instructions describe how to configure IQNECT to work using the OIDC protocol.

OIDC integration only supports Service Provider initiated logins.


Configure a new OIDC App in your IdP #

In your IdP, create a new client with the settings below:

SettingValue
Client ID<CLIENT_ID> (e.g., iqnect  )
Name<CLIENT_NAME>
Client Protocolopenid-connect
Access Typeconfidential
Valid Redirect URIhttps://api.iqnect.ai/sso/callback/oidc
  • Assign users or groups to IQNECT
  • Configure mappings to account for the attributes required in Introduction. The following claims should be mapped into: name and email.

Send information to IQNOX #

The following information needs to get to IQNOX so the tenant SSO to be configured:

  1. clientId
  2. clientSecret
  3. authUrl
  4. tokenUrl
  5. userInfoUrl

Was this article helpful?

  • Happy
  • Normal
  • Sad