> 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 の設定に移動して「信頼済みドメインを追加」をクリックしてください。

![](/files/19743b970d2dcb67b3b47086930c618019278274)

{% 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.
