# Backend API 17.7.3

### New Features

* IL5 / GovCloud compatibility and compliance hardening
* Enhanced passkey policy controls for enterprises
* Improved IL5 operational diagnostics

### Improvements

**KA-8037:** Improved IL5/GovCloud compatibility by ensuring AWS file operations use approved FIPS endpoints where required. This strengthens compliance behavior without changing user workflows.

**KA-7395:** Passkeys can now be used for authentication with physical devices (e.g., FIDO2 security keys) when allowed by enterprise role enforcement policy.

### Bugs

**KA-8036:** Fixed a server error that could occur when registering a previously unseen client version.\
Improves stability for version reporting/registration flows.

**KA-8338:** Fixed an issue where a sync could fail with an invalid continuation token error.\
Improves reliability for large or paginated sync operations.


---

# Agent Instructions: 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:

```
GET https://docs.keeper.io/release-notes/backend/backend-api/backend-api-17.7.3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
