Skip to content

🐞 Keycloak/Admin Portal: Can't publish on tenants with passkeys - #2811

Merged
Findeton merged 1 commit into
mainfrom
fix/meta-12279/main
Jun 27, 2026
Merged

🐞 Keycloak/Admin Portal: Can't publish on tenants with passkeys#2811
Findeton merged 1 commit into
mainfrom
fix/meta-12279/main

Conversation

@Findeton

Copy link
Copy Markdown
Contributor

Copilot AI review requested due to automatic review settings June 27, 2026 13:12
@Findeton
Findeton merged commit 22b8bbf into main Jun 27, 2026
23 checks passed
@Findeton
Findeton deleted the fix/meta-12279/main branch June 27, 2026 13:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR adjusts local-development base URLs from 127.0.0.1 to localhost in the Admin Portal/Voting Portal public settings and devcontainer environment configuration, aligning redirect/origin-related configuration with localhost usage (relevant for WebAuthn/passkey flows and browser-origin behavior).

Changes:

  • Update Voting Portal BALLOT_VERIFIER_URL in public/global-settings.json to use http://localhost:3001/.
  • Update Admin Portal VOTING_PORTAL_URL in public/global-settings.json to use http://localhost:3000.
  • Update .devcontainer/.env.development to use localhost for VOTING_PORTAL_URL and BALLOT_VERIFIER_URL.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
packages/voting-portal/public/global-settings.json Switch ballot verifier base URL to localhost in public runtime settings.
packages/admin-portal/public/global-settings.json Switch voting portal base URL to localhost in public runtime settings.
.devcontainer/.env.development Align devcontainer env vars for portal/verifier base URLs with localhost.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"APP_VERSION": "dev",
"APP_HASH": "dev",
"BALLOT_VERIFIER_URL": "http://127.0.0.1:3001/",
"BALLOT_VERIFIER_URL": "http://localhost:3001/",
},
"PUBLIC_BUCKET_URL": "http://127.0.0.1:9002/public/",
"VOTING_PORTAL_URL": "http://127.0.0.1:3000",
"VOTING_PORTAL_URL": "http://localhost:3000",
BelSequent added a commit that referenced this pull request Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants