Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/guides/authentication/internet-identity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed on the inconsistency, and it is called out in the PR description. Not doing the bump here, for two reasons from this repo's own docs:

  1. .agents/submodule-bumping.md opens with "Only the project maintainer bumps submodule refs."
  2. It is already automated for this submodule. .github/workflows/sync-ii-spec.yml runs weekly on Tuesdays at 09:00 UTC, resolves the latest release-YYYY-MM-DD tag, reruns the sync, updates .sources/VERSIONS, and opens its own infra/sync-ii-spec-<tag> PR.

Concrete timing: the pin is at release-2026-08-07 (c78d1b99), and I confirmed release-2026-08-21 already carries the new value (MAX_ALTERNATIVE_ORIGINS = 100 in src/frontend/src/lib/utils/validateDerivationOrigin.ts). So the next scheduled run, tomorrow 2026-08-25, should open the bump PR and regenerate all three occurrences in docs/references/internet-identity-spec.md on its own.

If you want both landing together, the options are to hold this PR until that sync PR opens and merge them as a pair, or for a maintainer to trigger the workflow early via workflow_dispatch. Happy to do either, but the bump itself is not mine to make.


Generated by Claude Code


2. **Configure the asset canister** to serve the `.well-known` directory. Add an `.ic-assets.json5` in your frontend source:

Expand Down
Loading