> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/hajimeni/automated-user-management/saml-login/okta-login-with-saml.md).

# Okta：SAMLでログイン

{% hint style="info" %}
この機能は、 **有料** プランでのみ利用可能で、デフォルトでは有効になっていません。この機能を有効にしたい場合は、Aikido内の右下にあるチャットからご連絡ください。
{% endhint %}

> Gitプロバイダー経由の自動オンボーディングの代わりにSAMLログインに切り替えると、GitHub、Bitbucket、またはAzure DevOpsからのチームのインポートは今後動作しなくなります。今後は、AikidoのUIまたは [アクセスプロファイルを通じて、チームを手動で管理する必要があります。](/docs/docs-ja/hajimeni/automated-user-management/saml-login/saml-user-rights-access-profiles-recommended.md)

## アカウントでのSAML設定 <a href="#setting-up-saml-in-your-account" id="setting-up-saml-in-your-account"></a>

**手順 1。** 移動先 [**一般設定**](https://app.aikido.dev/settings/account) をクリックし、**「SAML認証を有効にする」**

![GitHubアカウントに対してSAML認証を有効にするオプションを示すワークスペース情報ページ。](/files/ad278b37943846d49d04ea8cb2e5fa6fec2a42c7)

**手順 2。** コピー **すべての詳細** をIDプロバイダーにコピーします。以下の手順を参照してください。

![設定に必要なURLとName ID形式を含む、SAML認証の設定画面。](/files/673bf6bdb135eacb8a2d96f4d8637d14b32bfdef)

### Oktaで続行 <a href="#continue-in-okta" id="continue-in-okta"></a>

**手順 1。** 移動先 **アプリケーション** > **アプリケーション** 管理コンソール内の。

**手順 2。** クリック **アプリ統合を作成**、 **SAML 2.0** に移動し、 **次に**.

**手順 3。** を選択 **アプリ名** に移動し、 **次に**.

**手順 4。** フィールドに入力 **シングルサインオンURL**, **Audience URI** および **Name ID 形式** Aikido に表示されているフィールド（上記参照）を入力し、クリック **次に**.

**ステップ 5。** これで、タブにいるはずです **サインオン** そして、次が表示されるはずです **メタデータの詳細**。クリック： **詳細をもっと見る**.

### Aikidoに戻る <a href="#go-back-to-aikido" id="go-back-to-aikido"></a>

* 次を入力してください **Entity ID / Issuer**, **シングルサインオン URL** および **X.509証明書** Oktaに表示されているとおりに。
* また、 **会社ドメイン** も入力して、シングルサインオンURLなしで人がログインできるようにしてください。

![安全なシングルサインオン設定のためにSAML認証の詳細を入力するフォーム。](/files/0e38fd9a1ccaf3b189cbf5646e798a8cf4ff39cf)

> 成功です！あなたのOkta SAMLアプリにアクセスできる人は、これからAikidoワークスペースへ自動登録できるようになります。

### SAMLクライアントを使用してユーザーがログインするための2つのオプション <a href="#id-2-options-for-users-to-login-using-your-saml-client" id="id-2-options-for-users-to-login-using-your-saml-client"></a>

**オプション1. SSOリンクを直接使用**

ログインリンクをコピーして、他のユーザーと社内で共有してください。

![ログインリンクを管理またはコピーするオプションを備えたSAML認証設定。](/files/3be45d87e9f29d5fe9157d43ff6f90932df80083)

**オプション2。** Aikidoのログイン画面に移動し、 **SSO経由でログイン** を選択して、メールアドレスを入力する **重要**：メールアドレスには、設定済みの会社ドメインが含まれている必要があります。

![Google、Microsoft、またはSSOでワンクリックの無料ログインとサインアップ。カードは不要です。](/files/5328eb6fc4a384e91130e9aa62cb5da8ef879f15)

![Google、Microsoft、メール認証オプションを備えたログイン画面。](/files/1769900b4df8ab61a95e97537eac3ce47254adfb)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/hajimeni/automated-user-management/saml-login/okta-login-with-saml.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
