← Back to Engineering Lab
Engineering Lab / Identity
|
Not connected

Security / authentication laboratory

See where trust actually lives.

Operate a real BFF session, then inspect the protocols and custody boundaries that keep credentials out of browser JavaScript.

HTTPCOOKIECSRFRS256JWKS

02 / Observe

Interactive auth flow

CLIENTBrowserOpaque cookie
BOUNDARYBFFToken custody
AUTHORITYIdentityRS256 issuer
STATERedisServer-side session
  1. Ready. Choose an authentication action.

Browser-safe state

Opaque session

Status
UNAUTHENTICATED
User
Expires
Scopes
Browser holds

Opaque HttpOnly cookie

intentionally unreadable by JavaScript
↕ credentials: include
BFF / Redis holds

Access token · Refresh token · Metadata

never returned to this application