Authentication model
Finpace APIs are intended to be protected by OAuth 2.0 and OpenID Connect at the gateway and resource-server layers. Access decisions are evaluated against tenant, client, role and operation scope.Expected patterns
- Client credentials for server-to-server integrations
- Authorization code with PKCE for browser and mobile experiences
- mTLS for high-trust institutional integrations where required
- Signed webhook verification for callback consumers