From cf1f2af42b113322751e637ef112be2d02fa11a3 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 24 Aug 2026 09:59:12 +0000 Subject: [PATCH] docs: raise alternative origins limit to 100 Internet Identity raised the cap on entries in `/.well-known/ii-alternative-origins` from 10 to 100 (dfinity/internet-identity#4261). Update the statement of the limit in the Internet Identity guide. The same limit appears three times in docs/references/internet-identity-spec.md, but that page is generated by scripts/sync-ii-spec.mjs from the pinned .sources/internetidentity submodule, so it is left alone here: it picks the new value up when that submodule is bumped and the sync is rerun. --- docs/guides/authentication/internet-identity.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/authentication/internet-identity.mdx b/docs/guides/authentication/internet-identity.mdx index 9bf736f7..b21edb70 100644 --- a/docs/guides/authentication/internet-identity.mdx +++ b/docs/guides/authentication/internet-identity.mdx @@ -569,7 +569,7 @@ To keep principals consistent across your own custom domains, configure **altern } ``` - A maximum of 10 alternative origins can be listed. No trailing slashes or paths. + A maximum of 100 alternative origins can be listed. No trailing slashes or paths. 2. **Configure the asset canister** to serve the `.well-known` directory. Add an `.ic-assets.json5` in your frontend source: