Skip to content

ProtocolSoup

Interactive security protocol demonstrations with real implementations. Execute OAuth 2.0, OIDC, SAML, SCIM, SPIFFE, SSF, and Verifiable Credential flows against live services. Inspect every token, header, and state change through Looking Glass.

Run the full stack locally in under two minutes:

Terminal window
cd docker
docker compose up -d
  • UI: http://localhost:3000
  • API: http://localhost:8080

Or pull a single service:

Terminal window
docker run -p 8080:8080 \
-e SHOWCASE_BASE_URL=http://localhost:8080 \
ghcr.io/parlesec/protocolsoup-federation:latest

Full quickstart guide