> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/jp/backend/backend-api/older/backend-api-version-16.8.12.md).

# バックエンドAPI 16.8.12

2023年2月27日リリース

## セキュリティアップデート

* **KA-5165:** SSO対応ノード外のユーザーが、指定されたSSOプロバイダーでログインできないようにする変更を行いました。ログインに問題が発生しているユーザーがいる場合は、そのユーザーがSSO対応ノードにプロビジョニングされているかを確認してください。管理コンソールでユーザープロフィールを編集し、ノードツリーのドロップダウンから適切なノードを選択してください。

## バグ修正

* **KA-5219:** チームロールにマッピングされたユーザーで共有の強制適用ポリシーが機能しない不具合を修正しました。
* **KA-5204:** すべてのレコードタイプが「general」であるユーザーで、アカウント移行が失敗する不具合を修正しました。
* **KA-5248:** コンソールから、招待保留中のエンタープライズユーザーを削除できない不具合を修正しました。
* **KA-5255:** レコード移行時に、レコードごとに1件のメールが送信される不具合を修正しました。
* **KA-5274:** 一部の環境でコンプライアンスレポートが500エラーになる不具合を修正しました。
* **KA-5297:** 共有フォルダがチーム経由で共有されている場合、同期レスポンスに共有フォルダの復号に必要なチームデータが含まれない不具合を修正しました。この問題は、部分同期・完全同期の両方で発生します。
* **KA-5257:** IPホワイトリストの登録範囲数に上限があり、範囲数を増やす必要がある不具合に対応しました。

##


---

# 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://docs.keeper.io/release-notes/jp/backend/backend-api/older/backend-api-version-16.8.12.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.
