Skip to content

非公式本サイトは非公式の日本語ドキュメントであり、Cloudflare 公式サイトではありません。最新情報はdevelopers.cloudflare.comをご確認ください。

OneLogin

最終更新 Markdown で表示Agent セットアップ

OneLogin は SSO による ID 管理を提供します。Cloudflare Access は OIDC ID プロバイダーとして OneLogin に対応しています。

OneLogin を OIDC プロバイダーとして設定する

1. OneLogin でアプリケーションを作成する

  1. OneLogin の管理者ポータルにログインします。

  2. Applications > Applications を開き、Add App を選択します。

  3. OIDC を検索し、OneLogin, Inc. の OpenId Connect (OIDC) を選択します。

  4. Display Name にアプリケーション名を入力します。Save を選択します。

  5. 次に Configuration を開きます。Redirect URI に次の URL を入力します。

    https://<your-team-name>.cloudflareaccess.com/cdn-cgi/access/callback

    チーム名は、Cloudflare ダッシュボードSettings > Team name and domain > Team name で確認できます。

  6. Save を選択します。

  7. Access を開き、このアプリケーションにアクセスできる Roles を選びます。Save を選択します。

  8. SSO を開き、Show client secret を選択します。

  9. Client IDClient Secret をコピーします。

2. Cloudflare One に OneLogin を追加する

  1. Cloudflare ダッシュボードZero Trust > Integrations > Identity providers を開きます。

  2. Your identity providersAdd new identity provider を選択します。

  3. OneLogin を選択します。

  4. 次の情報を入力します。

    • Name: ID プロバイダーの名前を付けます。
    • App ID: OneLogin の client ID を入力します。
    • Client secret: OneLogin の client secret を入力します。
    • OneLogin account URL: OneLogin のドメインを入力します。例: https://<your-domain>.onelogin.com
  5. (任意)SCIM を有効にする場合は、ユーザーとグループを同期する を参照してください。

  6. (任意)Optional configurations で、ユーザーの ID に追加したい カスタム OIDC クレーム を入力します。

  7. Save を選択します。

接続を確認するには、Integrations > Identity providers を開き、OneLogin の横にある Test を選択します。

API 設定の例

{
	"config": {
		"client_id": "<your client id>",
		"client_secret": "<your client secret>",
		"onelogin_account": "https://mycompany.onelogin.com"
	},
	"type": "onelogin",
	"name": "my example idp"
}

役に立ちましたか?