> 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 Workspace：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なしで人がログインできるようにしてください。

![ID プロバイダーと会社ドメインの詳細を必要とする 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.
