You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Sync backend config with II frontend canister (dfinity#3634)
<!-- Make sure you talk to us before submitting changes. See
CONTRIBUTING.md. -->
# Motivation
This is the next step towards the II canister split.
# Changes
- Add `backend_origin` to II init args/types (Rust + Candid + generated
JS/TS bindings).
- Update the II frontend canister HTML fixup to require
`backend_canister_id`/`backend_origin` and preload `/.config.did.bin`.
- Update the web frontend bootstrap to asynchronously fetch and merge
backend-provided OpenID config into the runtime config.
# Tests
Existing OpenID tests should suffice.
---------
Co-authored-by: sea-snake <sea-snake@outlook.com>
0 commit comments