Set up the OneLogin spoke

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 3분
  • Integrate the ServiceNow instance and OneLogin account using the OAuth credentials to authenticate ServiceNow requests.

    Create an API credential in the OneLogin portal

    Create an API credential in the OneLogin portal to enable OAuth 2.0 authentication and obtain the values of client ID and client secret.

    시작하기 전에

    Role required: admin or account owner.

    프로시저

    1. Log in to your OneLogin account as an account owner or administrator.
    2. Navigate to Developers > API Credentials.
    3. In the API Access page, click New Credential.
    4. On the form, enter the credential name and select scope for the credential.
      For more information, see Working with API Credentials.
      주:
      Ensure that you select either Manage users or Manage all permission.
      OneLogin credential.
    5. Click Save.
      The values of client ID and client secret are displayed.
      Values of client ID and client secret.
    6. Copy and record the values of client ID and client secret for later use.

    Configure the OneLogin connection and credential alias record

    Configure the default connection and credential alias to integrate the ServiceNow instance and OneLogin account to authenticate ServiceNow requests.

    시작하기 전에

    • Request an Integration Hub subscription.
    • Activate the OneLogin spoke.
    • Role required: admin.

    프로시저

    1. Navigate to Connection & Credentials > Connection & Credential Aliases.
    2. Open the record, OneLogin.
    3. Click the Create New Connection & Credential related link.
    4. On the form, fill these values.
      Field Description
      Connection Name Name to identify the connection record.
      Connection URL Connection URL in this format: https://api.<region>.onelogin.com. Replace <region> with the region of your OneLogin account.
      Credential Name Name to identify the credential record.
      OAuth Entity Name Name to identify the OAuth record.
      OAuth Client ID Client ID of the credential created in the OneLogin portal.
      OAuth Client Secret Client secret of the credential created in the OneLogin portal.
      OAuth Token URL Token URL in this format: https://api.<region>.onelogin.com/auth/oauth2/v2/token. Replace <region> with the region of your OneLogin account.
    5. Click Create and Get OAuth Token.
      ServiceNow instance is integrated with the OneLogin account.