Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Node: Add okta node doc and update okta credential doc #2342

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions docs/integrations/builtin/app-nodes/n8n-nodes-base.okta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: Okta
description: Documentation for the Okta node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information.
contentType: integration
---

# Okta

Use the Okta node to automate work in Okta and integrate Okta with other applications. n8n has built-in support for a wide range of Okta features, which includes creating, updating, and deleting users.

On this page, you'll find a list of operations the Okta node supports, and links to more resources.

/// note | Credentials
You can find authentication information for this node [here](/integrations/builtin/credentials/okta/).
///

## Operations

- User
- Create a new user
- Delete an existing user
- Get details of a user
- Get many users

Check warning on line 24 in docs/integrations/builtin/app-nodes/n8n-nodes-base.okta.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [from-write-good.Weasel] 'many' is a weasel word! Raw Output: {"message": "[from-write-good.Weasel] 'many' is a weasel word!", "location": {"path": "docs/integrations/builtin/app-nodes/n8n-nodes-base.okta.md", "range": {"start": {"line": 24, "column": 11}}}, "severity": "WARNING"}
- Update an existing user

## Templates and examples

<!-- see https://www.notion.so/n8n/Pull-in-templates-for-the-integrations-pages-37c716837b804d30a33b47475f6e3780 -->
[[ templatesWidget(title, okta) ]]

## Related resources

<!-- add a link to the service's documentation. This should usually go direct to the API docs -->
Refer to [Okta's documentation](https://developer.okta.com/docs/guides/){:target=_blank .external-link} for more information about the service.

--8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md"
6 changes: 3 additions & 3 deletions docs/integrations/builtin/credentials/okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ contentType: integration

# Okta credentials

--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
You can use these credentials to authenticate the following nodes:

- [Okta](/integrations/builtin/app-nodes/n8n-nodes-base.okta/)

## Prerequisites

Expand All @@ -21,8 +23,6 @@ Create an [Okta free trial](https://www.okta.com/free-trial/){:target=_blank .ex

Refer to [Okta's documentation](https://developer.okta.com/docs/reference/){:target=_blank .external-link} for more information about the service.

This is a credential-only node. Refer to [Custom API operations](/integrations/custom-operations/) to learn more. View [example workflows and related content](https://n8n.io/integrations/okta/){:target=_blank .external-link} on n8n's website.

## Using SSWS API access token

To configure this credential, you'll need:
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ nav:
- integrations/builtin/app-nodes/n8n-nodes-base.notion.md
- integrations/builtin/app-nodes/n8n-nodes-base.npm.md
- integrations/builtin/app-nodes/n8n-nodes-base.odoo.md
- integrations/builtin/app-nodes/n8n-nodes-base.okta.md
- integrations/builtin/app-nodes/n8n-nodes-base.onesimpleapi.md
- integrations/builtin/app-nodes/n8n-nodes-base.onfleet.md
- integrations/builtin/app-nodes/n8n-nodes-langchain.openai.md
Expand Down
Loading