id.27b.io
Passkey-first OpenID Connect provider. Personal identity, zero infrastructure.
Passkey-FirstWebAuthn/FIDO2 as primary auth, password fallback
OIDC CompliantRFC 6749, OpenID Connect Core 1.0
Edge-NativeCloudflare Workers + D1, globally distributed
Admin-ControlledNo self-registration, you control who has access
OIDC Endpoints
Authorizehttps://id.27b.io/authorize
Tokenhttps://id.27b.io/token
UserInfohttps://id.27b.io/userinfo
Integration
Configure your application's OIDC client:
{
"issuer": "https://id.27b.io",
"client_id": "your-app-name",
"redirect_uri": "https://your-app.com/callback",
"response_type": "code",
"scope": "openid email"
}
Supported Flows
- Authorization Code - Standard server-side flow
- Passkey Authentication - Primary login method via WebAuthn
- Password Authentication - Fallback for devices without passkey support
User accounts are admin-managed only. Use the form above to request access. Existing users can manage passkeys at
/account.
Links