-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Node: Add okta node doc and update okta credential doc (#2342)
- Loading branch information
Showing
3 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
docs/integrations/builtin/app-nodes/n8n-nodes-base.okta.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
- 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters