- Print
- DarkLight
OneLogin is an identity and access management (IAM) platform that provides single sign-on (SSO), multi-factor authentication (MFA), user provisioning, and directory integration capabilities, helping organizations manage and secure user access to applications and data.
Setup and Configure
Log on to OneLogin Administration Portal using the user account credentials having Super User privileges.
Navigate to Developers > API Credentials. The “API Access” page window appears.
Click on the New Credential button. It will open the “Create new API credential” form popup.
Enter an appropriate name for the API credentials.
Select the Read All option to get permission for the Events API. Click on the Save button.
Once it is successfully saved, you will see the ‘Client ID’ and ‘Client Secret’ credentials in the popup.
Copy these credentials for use in authorizing your API calls. Click on the Done button to complete the credentials creation process.
DataBee Configuration
Log into the DataBee console, navigate to Data and click on Add New Data Source.
Search for OneLogin and click it
Select API Ingest
Enter basic contact information and click Next
In the configuration dialog, enter the following:
Authorization Method: OAuth2
Client Key: Paste the Client ID generated previously
Client Secret: Paste the Client Secret generated previously
API URL and Token URL: Replace the <instance> with your Onelogin instance name
Click Submit