OlyBench

Oly Platform

Identity

Login to OlyBench

Login uses the backend identity contract and canonical platform session cookie. The page keeps safe return intent visible without creating client-side auth state.

First-run setup

The next action stays inside the canonical OlyBench app and waits for backend identity, tenant, and capability checks.

Account login

Credentials are sent only to the backend-owned login contract. Successful login is expected to set the host-only platform session cookie.

POST /auth/login

Backend mutation contract only. CSRF/session handling remains server-owned.