Skip to content
This repository was archived by the owner on Aug 24, 2026. It is now read-only.
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/building-apps/authentication/alternative-origins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ You may need this guide if you are doing any of the following:

## Constraints

Currently, a maximum of **10** alternative origins can be listed.
A maximum of **100** alternative origins can be listed.

:::info
This limit was raised from 10 to 100. Internet Identity deployments that predate
that change, including self-hosted instances, still enforce the earlier limit of 10.
Comment thread
aterga marked this conversation as resolved.
Outdated
:::

Internet Identity will only follow this specification when the origin configuring these alternatives is hosted on a canister using **certified assets**.

Expand Down Expand Up @@ -62,7 +67,7 @@ The response of this endpoint must be a valid JSON object with an `alternativeOr

Requirements:

* Maximum of **10** alternative origins can be listed.
* Maximum of **100** alternative origins can be listed. Internet Identity deployments that predate the increase enforce a maximum of 10.
* No trailing slash or paths should appear in the URL.
* Order doesn't matter.

Expand Down
Loading