stack/examples
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
..
cjs-test chore: update package versions 2026-04-20 19:06:56 -07:00
convex chore: update package versions 2026-04-20 19:06:56 -07:00
demo fix(saml): address PR review — absolute SP URLs, domain normalization, port-prefix-aware tests 2026-04-30 15:57:01 -07:00
docs-examples chore: update package versions 2026-04-20 19:06:56 -07:00
e-commerce chore: update package versions 2026-04-20 19:06:56 -07:00
js-example chore: update package versions 2026-04-20 19:06:56 -07:00
lovable-react-18-example chore: update package versions 2026-04-20 19:06:56 -07:00
middleware chore: update package versions 2026-04-20 19:06:56 -07:00
react-example chore: update package versions 2026-04-20 19:06:56 -07:00
supabase chore: update package versions 2026-04-20 19:06:56 -07:00