Skip to main content

Octa Configuration Guide

1. Introduction

  • A valid API Token and Okta Domain is required in order to access Octa's API to fetch the data.

2. Prerequisites

  • Octa console access.

3. Octa Setup Guide

3.1. Determine Your Okta Domain

  • Your Okta domain (also known as your org URL) is the URL you use to access your Okta organization. It typically looks like: https://{your-tenant}.okta.com. Make note of this URL as you’ll need it later. If you are on the Okta Admin console, the URL will appear as https://{your-tenant}-admin.okta.com. The the URL excluding -admin is your Okta domain.

3.2. Create API Token

  • Login to the Okta Admin Console and navigate to the API Tokens page. (Sidebar: Security -> API -> Tokens)
  • Click on the Create Token button. You will see the following screen.
  • Add a name for the token(eg. leen-okta-idp), set allowable origin to Any IP and click on the Create Token button.
  • On the next screen, you will see the secret API token.
  • Record your API token secret somewhere safe. After the credential window is closed, the secret is no longer visible.