Skip to main content

OneLogin

About 1 min

OneLogin Configuration

This section shows how to register an OIDC Web application on the OneLogin Admin Portal. When registering the application, you will obtain the following values needed to configure the IdP in Datawiza Cloud Management Console (DCMC):

  • Client ID
  • Client Secret
  • Issuer

Before you begin

Make sure you have a OneLogin account. If you don't have one, sign up for a free trialopen in new window.

Add New Application

  1. Log in to your OneLogin Admin Portalopen in new window. Navigate to Applications > Applications, then click Add App.

  2. Search for OIDC and select OIDC-OpenID Connect from the results. OneLogin Search App

  3. Give your application a descriptive name (e.g., Datawiza App), then click Save. OneLogin Create App

Configure Redirect URI

  1. Navigate to the Configuration tab and set the following field:

    • Redirect URIs: e.g., http://localhost:9772/datawiza/authorization-code/callback

    Info

    Replace http://localhost:9772 with the actual base URL of your application.

  2. Click Save. OneLogin Config

Get Client Credentials and Issuer

  1. Navigate to the SSO tab. Copy the following values:

    • Client ID — the unique identifier for your application
    • Client Secret — keep this value private and secure
  2. On the same SSO tab, locate the Issuer URL. It takes the form:

    https://<your-subdomain>.onelogin.com/oidc/2
    

    Replace <your-subdomain> with your OneLogin account subdomain. Save this as the Issuer. OneLogin Config

Assign Users to the Application

Users must be assigned to the application before they can authenticate.

  1. Navigate to the Users tab within your application and click Assign Users to grant access to existing users or groups.

Summary

You have successfully registered a Web application on OneLogin. Save the following values — you will need them when configuring the IdP in Datawiza Cloud Management Console:

FieldWhere to find it
Client IDSSO tab → Client ID
Client SecretSSO tab → Client Secret
IssuerSSO tab → Issuer URL

Reference

OneLogin Developer Documentationopen in new window
OneLogin OpenID Connect Overviewopen in new window
OneLogin OpenID Connect Appsopen in new window