Pajic
pajID
Active beta

pajID

Digital identity infrastructure built to disclose only what a service actually needs.

Scroll
Protocol and features

Built correctly from the start.

Every layer of the OIDC stack is implemented to spec — not approximated.

01

Authorization Code + PKCE

RFC 7636 S256 code challenge required for all clients. No plain method. No implicit flow.

02

RS256 ID Tokens

Asymmetric RSASSA-PKCS1-v1_5 signing with SHA-256. Public keys are published at JWKS for standards-compliant relying parties.

03

Privacy-scoped claims

openid returns a stable sub only. Personal data — name, email, birthdate, photo — requires explicit user consent per scope.

04

Verification levels

ID0 through ID5 verification tiers. Age verification, document verification, and photo identity at appropriate levels.

Authentication flow

Scoped identity without oversharing.

Applications can authenticate users or request specific verified claims — never more than the user consents to.

01

Login with pajID

Any OIDC-compliant application can integrate. Discovery endpoint at /api/id/.well-known/openid-configuration.

02

Government portal

Authenticate with full legal identity where jurisdiction requires it.

03

Age verification

Request age_over_18 only — no name, no birthdate, no address shared.

Integration

Integrate pajID

Discovery

OpenID Connect Discovery document: GET /api/id/.well-known/openid-configuration

View discovery

JWKS

Public key set for ID Token verification: GET /api/id/.well-known/jwks.json

View JWKS

Documentation

Full developer documentation, client registration, and API reference.

Open docs