// glossary

SSO (Single Sign-On)

SSO lets users authenticate once with a central identity provider and access multiple applications without re-entering credentials.

SSO consolidates authentication. Instead of every app having its own password, all apps trust an identity provider (Okta, Auth0, Microsoft Entra) to vouch for the user. Standards like SAML and OIDC handle the federation.

The "SSO Tax" is a SaaS pricing pattern where vendors lock SSO behind their most expensive enterprise tier — often 5-10x the regular plan. The technical effort to ship SAML is one engineer-week; the pricing reflects gating, not cost. sso.tax tracks vendors that do this.

lrok deliberately doesn't tier SSO. When we add it, it'll be on the same $9/mo Pro plan. We're not chasing the enterprise market that the SSO Tax model targets.

// shipping?

lrok gives your localhost a public HTTPS URL with a reserved subdomain on the free plan. Useful when this term comes up in a real integration:

$ curl -fsSL https://lrok.io/install.sh | sh
$ lrok http 3000

← all glossary terms