> 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）にまたがって複数の組織をお持ちの場合、これらの異なるログインタイプをリンクでき、org-switcherを使って組織間を簡単に切り替えられるようになります。画面の **画面左上**. これにより、ログインタイプを切り替えるたびに毎回ログインの手間をかけずに済みます。

{% hint style="info" %}
**注:** これによって、すべてのIssueが1つのフィードに集約されるわけではありません。ワークスペースをまたいだすべてのIssueは現在サポートされていません
{% 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. 「アカウントをリンク」をクリックします。\
   ​

   ![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.
