Skip to content

release-2026-08-07: IdP access gating MVP general availability

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 12:30
· 1 commit to main since this release
c78d1b9

This is Internet Identity release release-2026-08-07 for commit c78d1b99c5c161c74d8d8f795ad1072826f90673.

Try it out

What's Changed

  • chore(ci): fix invalid dependabot config that stopped all dependency updates by @sea-snake in #4173
  • chore(ci): consume the test app as a released artifact by @sea-snake in #4177
  • chore(fe): consume the VC demo issuer from its own repository by @sea-snake in #4178
  • chore(fe): remove the using-dev-build integration demo by @sea-snake in #4179
  • fix(fe): identity switcher shows two scrollbars when the identity list is long by @MRmarioruci in #4184
  • feat(be): resolve an SSO domain's session_max_age_seconds by @sea-snake in #4188
  • feat(be): carry the SSO session deadline into the attribute bundle by @sea-snake in #4189
  • feat(fe): cap the account delegation at the SSO session length by @sea-snake in #4190
  • chore(be,fe): remove the completed SSO credential backfill by @MRmarioruci in #4192
  • chore(be,fe): remove the completed MCP config migration by @MRmarioruci in #4193

Full Changelog: release-2026-07-31...release-2026-08-07

Artifacts

Filename sha256 (links to CI Run)
internet_identity_backend.wasm.gz f6c0abacfb183de0f28d6062a5dbd5b085c1b6b64b5c66c0475a25082d991221
internet_identity_frontend.wasm.gz 547c2dc0c6268e6ea4766a6e6c020244006644bfaa8f5d5dd6bf8142bcca206a
archive.wasm.gz 092b97c04546c1c4ff6f76125330adde0ae20010a9c7a5780cd3fa6eb9772800

Wasm Verification

To build the wasm modules yourself and verify their hashes, run the following commands from the root of the Internet Identity repository:

git pull # to ensure you have the latest changes.
git checkout c78d1b99c5c161c74d8d8f795ad1072826f90673
./scripts/verify-hash     --ii-hash f6c0abacfb183de0f28d6062a5dbd5b085c1b6b64b5c66c0475a25082d991221     --iife-hash 547c2dc0c6268e6ea4766a6e6c020244006644bfaa8f5d5dd6bf8142bcca206a     --archive-hash 092b97c04546c1c4ff6f76125330adde0ae20010a9c7a5780cd3fa6eb9772800

Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.