stack/apps
Bilal Godil be4560b416 fix(saml): address PR review — absolute SP URLs, domain normalization, port-prefix-aware tests
- Dashboard SSO page now renders absolute SP metadata + ACS URLs from
  NEXT_PUBLIC_BROWSER_STACK_API_URL so values are paste-ready into Okta
  / Azure AD / Google Workspace consoles.
- Trim + lowercase email domain on write so trailing whitespace can't
  silently break discovery (matching is case-insensitive but not trim).
- Guard DeleteDialog displayName against stale deleteId after a config
  refresh removed the entry.
- signInWithSso gains the same browser-only guard as signInWithSaml so
  SSR callers get a coherent error from the right method.
- SAML e2e tests now derive redirect_uri from localhostUrl("01") and
  the mock IdP base from suffix 42 (matches mock-saml-idp default port);
  align both wait-on URLs in the workflows. Round-trip happy path now
  exchanges the OAuth code, asserts is_new_user + the JIT-created
  user's primary_email and display_name, and asserts the callback origin
  matches the redirect_uri so a custom-port job can no longer pass while
  wired to a non-running dashboard.
2026-04-30 15:57:01 -07:00
..
backend Merge branch 'pr/saml-backend' into pr/saml-client 2026-04-30 15:29:17 -07:00
dashboard fix(saml): address PR review — absolute SP URLs, domain normalization, port-prefix-aware tests 2026-04-30 15:57:01 -07:00
dev-launchpad chore(mock-saml-idp): switch to port suffix 42 to avoid collision 2026-04-30 14:45:04 -07:00
e2e fix(saml): address PR review — absolute SP URLs, domain normalization, port-prefix-aware tests 2026-04-30 15:57:01 -07:00
hosted-components chore: update package versions 2026-04-20 19:06:56 -07:00
internal-tool Dashboard: DataGrid refactor + layout (stacked on overview-revamp) (#1338) 2026-04-27 13:50:24 -07:00
mock-oauth-server fix(emulator): move mock OAuth off 8114 to avoid pnpm dev conflict (#1385) 2026-04-27 09:39:34 -07:00
mock-saml-idp fix(mock-saml-idp): split buildAssertion + replay full POST body 2026-04-30 14:45:39 -07:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00