Skip to content
This repository was archived by the owner on Aug 24, 2026. It is now read-only.
Closed
Changes from all 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
4 changes: 2 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,7 @@ 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.

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 +62,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.
* No trailing slash or paths should appear in the URL.
* Order doesn't matter.

Expand Down
Loading