> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/ja-gitbook-documentation/akauntoto/sso-and-saml/sso-members-vs-non-sso.md).

# SSOメンバーと非SSOメンバー

SAML Identity Provider で使用されているメールアドレスで GitBook アカウントを作成したユーザー、または SAML の設定前に組織に参加したユーザーは、SSO でのログインがブロックされ、次のメッセージで「*既存の認証情報でログインしてください*":

### メッセージの由来とセキュリティ上の考慮事項

SAML SSO 実装における最初の原則はセキュリティです。

ユーザーアカウントが次のメールアドレスで作成されている場合 `bob@company.com`、その後 Bob が会社の SAML でログインしようとすると、 **GitBook はアイデンティティプロバイダーから返されたメールアドレスの整合性を検証できないため** 現在のアカウントとして認証することができません `bob@company.com`.

関連する 2 つのアカウントが作成されるのを防ぐために、 `bob@company.com` メールアドレス、 **GitBook は、ユーザーに対して元のアカウントでログインするよう案内します。その後、組織管理者がこのケースの扱いを決定します**:

ユーザーアカウントで SSO を有効にすることで、組織管理者は、そのアカウントのメールアドレスと SAML Identity Provider 内のプロフィールとの関係を信頼できることを GitBook に示します。

### 修復方法

ユーザーが「既存の認証情報でログインしてください」というメッセージとともに SSO ログインが成功していないことを確認した場合、組織管理者はそのユーザーを認可するための対応を行えます。

#### ユーザーアカウントがすでに組織のメンバーである場合:

* 組織管理者は、管理ダッシュボードから組織メンバーシップに対して SSO を有効にできます。次回以降、そのユーザーアカウントは SSO フローを使って組織にログインできるようになります。

または

* ユーザーは、アカウント作成時に最初に使用した認証情報でアカウントにログインできます。たとえば、「メールで続行」をクリックして、メールのサインインリンクを受け取ります。
* このユーザーに対して SSO ログインは自動的には有効にならず、組織管理者が管理ダッシュボードから明示的に有効化する必要があります。

#### ユーザーアカウントがまだ組織のメンバーでない場合:

* 組織管理者は、管理ダッシュボードからそのメールアドレスを招待して、ユーザーアカウントを組織に追加する必要があります。その後、そのユーザーアカウントに対して SSO ログインを直接有効にできます。

### メンバーの SSO ログインを有効にする

組織管理者は、アカウントを SSO にリンクすることで、メンバーの SSO ログインを有効にできます。これを行うことで、ユーザーアカウントがプロバイダー内の ID に接続されたものとして信頼できることを GitBook に示します。


---

# 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://gitbook.com/docs/documentation/ja-gitbook-documentation/akauntoto/sso-and-saml/sso-members-vs-non-sso.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.
