Skip to content

Okta 凭证#

¥Okta credentials

你可以使用以下凭据验证以下节点:

¥You can use these credentials to authenticate the following nodes:

先决条件#

¥Prerequisites

创建 Okta 免费试用 或在现有 Okta 组织中创建管理员账户。

¥Create an Okta free trial or create an admin account on an existing Okta org.

支持的身份验证方法#

¥Supported authentication methods

  • SSWS API 访问令牌

¥SSWS API Access token

相关资源#

¥Related resources

有关服务的更多信息,请参阅 Okta 文档

¥Refer to Okta's documentation for more information about the service.

使用 SSWS API 访问令牌#

¥Using SSWS API access token

要配置此凭据,你需要:

¥To configure this credential, you'll need:

  • URL:你的 Okta 组织的基本 URL,也称为你的唯一子域名。有两种快速访问节点的方法:

¥The URL: The base URL of your Okta org, also referred to as your unique subdomain. There are two quick ways to access it: 1. 在管理控制台中,选择你的个人资料,将鼠标悬停在用户名下方列出的域名上,然后选择“复制”图标。将此 URL 粘贴到 n8n 中,但请务必在其前面添加 https://

1
 ¥In the Admin Console, select your **Profile**, hover over the domain listed below your username, and select the **Copy** icon. Paste this into n8n, but be sure to add `https://` before it.
  1. 复制你的管理控制台 URL 的基本 URL,例如 https://dev-123456-admin.okta.com。将其粘贴到 n8n 中,并移除 -admin,例如:https://dev-123456.okta.com

    ¥Copy the base URL of your Admin Console URL, for example https://dev-123456-admin.okta.com. Paste it into n8n and remove -admin, for example: https://dev-123456.okta.com.

  • SSWS 访问令牌:通过转到“安全”>“API”>“令牌”>“创建令牌”来创建令牌。有关更多信息,请参阅 创建 Okta API 令牌

¥An SSWS Access Token: Create a token by going to Security > API > Tokens > Create token. Refer to Create Okta API tokens for more information.