> 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/setting-up-your-account/link-and-merge-multiple-login-types-github-gitlab-etc.md).

# 複数のログイン方法を統合する

### はじめに <a href="#introduction" id="introduction"></a>

複数のソースコード管理サービス（例: GitHub と GitLab）にまたがって複数の組織をお持ちの場合、これらの異なるログイン種別をリンクできます。これにより、画面の **左上にある**組織スイッチャーを使って、組織間を簡単に切り替えられるようになります。これにより、ログイン種別を切り替えるたびに毎回ログインの手間をかける必要がなくなります。

{% hint style="info" %}
**注。** これにより、すべての課題が 1 つのフィードにまとめられるわけではありません。現在、ワークスペースをまたいだすべての課題には対応していません
{% endhint %}

## アカウントをリンクする方法 <a href="#how-to-link-accounts" id="how-to-link-accounts"></a>

**前提条件:**

* この機能を有効にする必要があります。​**有効化するには、チャットまたは** [**support@aikido.dev**](mailto:support@aikido.dev)**.**
* メールアドレスは各アカウントで同一である必要があります

**リンクする手順**

1. あなたの [個人プロフィール ](https://app.aikido.dev/my-profile)右上から開き、「個人プロフィール」セクションで「Link A Secondary User」を選択します。
2. リンクするアカウントを選択します（アカウント 1 とアカウント 2 のリンクを追加）。これらのアカウントが同じメールアドレスを使用していることを確認してください。Azure DevOps を使用している場合は、Microsoft または Google ログイン（使用したアカウントに応じて）を選択してください。

   ![2 つのアカウントをリンクして、シームレスな統合とプラットフォーム間の簡単な切り替えを実現します。](/files/02a1e6bbea909ee24ca2392b13b84a3c03e8735a)
3. 「Link Accounts」をクリックします。\
   ​

   ![GitHub と GitLab のアカウントをリンクして、シームレスな統合と簡単な切り替えを実現します。](/files/9f0d2398914db12358ddad30b092ce07e50c4c2f)
4. リンクされたアカウントのいずれかでログインすると、組織のドロップダウンに両方のユーザーの組織が表示されます。\
   ​

   ![チーム管理と設定を行うオプションがある、Aikido Security のワークスペースメニュー。](/files/bb1395053eab8ca5a1b7666fe6685e8c8ce83af4)

### 3 つ以上のアカウントをリンクする方法 <a href="#how-to-link-3-or-more-accounts" id="how-to-link-3-or-more-accounts"></a>

2 つを超えるアカウントをリンクすることも可能ですが、設定は少し複雑になります。サイドバーにすべてのワークスペースを常に表示するには、すべてのワークスペースを相互にリンクする必要があります。

**例。**

すでに GitLab と Bitbucket のワークスペースをリンクしていて、3 つ目の GitHub ワークスペースを追加したい場合は、

* GitLab と GitHub のワークスペースをリンクします
* Bitbucket と GitHub のワークスペースをリンクします

これらをリンクするには、こちらからマージログイン画面に直接アクセスしてください [このリンク](https://app.aikido.dev/merge-logins).


---

# 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/setting-up-your-account/link-and-merge-multiple-login-types-github-gitlab-etc.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.
