stack/examples
Bilal Godil 958407d0c3 feat(examples/demo): add SAML SSO demo page
examples/demo/src/app/saml-demo/page.tsx — manual end-to-end check for
the SAML round-trip. Two flows:

1. Email-domain discovery: enter alice@acme.test, click "Sign in via
   SSO". The SDK calls getSamlConnectionForEmail then redirects via
   the matched connection.

2. Direct connection ID: per-tenant buttons that call signInWithSaml
   with explicit connectionId (the pattern most B2B login pages use
   when they brand each tenant separately).

Page also shows the current signed-in state + an SDK snippet so a
developer can see exactly what to copy. Pairs with seed-dummy-data's
STACK_SEED_ENABLE_SAML=true block which pre-creates the matching
acme + globex connections.
2026-04-29 16:47:16 -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 feat(examples/demo): add SAML SSO demo page 2026-04-29 16:47:16 -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