01 · Authentication & identity
Nine authentication methods. One policy surface.
Apinizer enforces auth before routing — modern OAuth 2.0 / OIDC / JWT alongside enterprise mTLS, SAML, and the Basic / Digest flows still living in your legacy estate. Every method ships as a first-class policy with a UI, not a plugin you have to write.
- OAuth 2.0 (client credentials, password, code, refresh) and OIDC validation
- JWT — including third-party JWT — with rotating JWKS support
- mTLS with PKI-backed client certificates and HSM integration
- SAML, Basic, Digest, Base64 auth for the legacy partners that still need them
- Per-policy variable resolution — never raw fields, no cross-request leaks
- oauth-2-auth
- oidc-auth
- jwt-auth
- jwt-3rd-party-auth
- policy-mtls-authentication
- saml-validation
- basic-auth
- digest-auth
- base64-auth
Same lane for AI
Agent traffic uses the same Identity Manager — every LLM call carries an OAuth-scoped token bound to a Project, not a shared API key.
