> 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/google-workspaces-login-with-saml.md).

# Google Workspaces: 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認証を有効にする'**

![SAML認証を有効にするオプションを表示するワークスペース情報ページ。](/files/ad278b37943846d49d04ea8cb2e5fa6fec2a42c7)

**ステップ 2.** コピー **すべての詳細を** お使いのIDプロバイダーに送信します。以下の手順をご覧ください。

![必須のURLとName ID形式フィールドを含むSAML認証設定画面。](/files/8ead9fa04fd75445d0fdeb92ad6f5dc363e7059b)

### Googleで続行 <a href="#continue-in-google" id="continue-in-google"></a>

**ステップ 1.** 次へ移動 **アプリ** > **ウェブおよびモバイルアプリ** Google管理コンソールで。

**ステップ 2.** をクリック **アプリを追加** ドロップダウンを開いて選択 **カスタムSAMLアプリを追加**.

**手順 3。** を選択 **アプリ名** をクリックします **続行**.

**手順 4。** メタデータページは今は無視してください。この情報は後で取得します。クリック **続行**.

**ステップ 5.** フィールドに入力 **ACS URL**, **エンティティID** および **Name ID形式** Aikidoで表示されているフィールド（上記参照）を使用し、クリック **続行** をクリックします **完了**.

**ステップ 6.** これで、新しく作成したアプリの詳細ページにいるはずです。クリック **メタデータをダウンロード**.

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

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

![アイデンティティプロバイダーと会社のドメイン情報を必要とするSAML認証設定フォーム。](/files/0e38fd9a1ccaf3b189cbf5646e798a8cf4ff39cf)

> 成功しました！Google 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/google-workspaces-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.
