> 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/automated-user-management/gitlab-self-managed-integration-for-authentication-and-user-management.md).

# GitLab Self-Managed連携: 認証とユーザー管理

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

組織で GitLab self-managed を使用している場合、Git プロバイダー経由で認証することはできません。その場合は、Gmail と Office365 のログインを許可しています。

### ユーザーのオンボーディング <a href="#onboarding-of-users" id="onboarding-of-users"></a>

**メールで手動招待（デフォルト）**：指定されたメールアドレスで Aikido プラットフォーム経由でユーザーを招待でき、ユーザーは Aikido に直接アクセスできるようになります。

***

**自動オンボーディング**：Aikido は、ログインに使用されているメールアドレスが GitLab インスタンスで利用可能かどうかを確認できます。これは、信頼済みドメインの追加に基づいています。 **お問い合わせ** 設定をお手伝いするためにお問い合わせいただくか、Workspace の設定に移動して「信頼済みドメインを追加」をクリックしてください。

![](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-d95229ed077388c110be7b44fe4ec2efbd616f41%2Fucarecdn-d7cc579b-0475-45a3-9120-f05797054408.png?alt=media)

{% hint style="info" %}
**自動オンボーディングに関する重要な注意事項**

* すべてのユーザーで「public email」フィールドを公開しておく必要があります。現在、GitLab ではまだこれをすべてのユーザーに強制することはできません（[詳細情報](https://gitlab.com/gitlab-org/gitlab/-/issues/9828)).
* ログインに使用するメールアドレスと「public email」フィールドのメールアドレスは、完全に一致している必要があります。エイリアスは現在サポートされていません。
  {% endhint %}


---

# 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/automated-user-management/gitlab-self-managed-integration-for-authentication-and-user-management.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.
