Skip to content

Commit 45fa67b

Browse files
authored
Merge pull request #2882 from port-labs/PORT-16360-add-documentation-for-okta-integration
PORT-16360 Added documentation for okta integration
2 parents 9974049 + 794dfb4 commit 45fa67b

File tree

3 files changed

+635
-0
lines changed

3 files changed

+635
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
| Parameter | Description | Required |
2+
| ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | -------- |
3+
| `OCEAN__PORT__CLIENT_ID` | Your Port client id ||
4+
| `OCEAN__PORT__CLIENT_SECRET` | Your Port client secret ||
5+
| `OCEAN__PORT__BASE_URL` | Your Port API URL - `https://api.getport.io` for EU, `https://api.us.getport.io` for US ||
6+
| `OCEAN__INTEGRATION__CONFIG__OKTA_DOMAIN` | Your Okta domain. For example `dev-123456.okta.com` ||
7+
| `OCEAN__INTEGRATION__SECRETS__OKTA_API_TOKEN` | The Okta API token. Generate it from Okta Admin Console under Security > API > Tokens ||
8+
| `OCEAN__INTEGRATION__IDENTIFIER` | Change the identifier to describe your integration; if not set, a default identifier will be used ||
9+
| `OCEAN__INITIALIZE_PORT_RESOURCES` | Default true. When set to false, the integration will not create default blueprints and mapping ||
10+
| `OCEAN__SEND_RAW_DATA_EXAMPLES` | Default true. When set to false, raw data examples will not be sent to Port ||
11+

0 commit comments

Comments
 (0)