Skip to main content

OneLogin

Integrating OneLogin with Osano

Connecting to OneLogin


In order for Osano to discover data stored in your systems, we must connect to those data providers via an API. We require, at minimum, read-only access to establish a connection to these providers. Each provider you connect may require different information. Please see the linked vendor documentation for instructions on where and how to obtain this data.


Required Fields

  • Client ID
  • Client Secret
  • Subdomain

https://developers.onelogin.com/api-docs/1/getting-started/working-with-api-credentials

Required Scopes

  • Manage users

Core Functionality

  • Data Discovery
  • User Search
  • Data Deletion

Base URL

https://$subdomain.onelogin.com/api/2/

Auth

  • oauth
  • apiKey

Authorization endpoint with Client ID and Client Secret

  • email
  • name
  • phoneNumber
  • address
  • birthday
  • userId

Data Deletion

Last Modified: 2024-04-09