Datarails · Authentication Profile
Datarails Authentication
Authentication
Datarails runs two unrelated authentication models across two surfaces. The FinanceOS MCP server uses OAuth 2.1 with PKCE and dynamic client registration (discoverable at RFC 8414 / RFC 9728 well-known endpoints). The Data Gateway Service upload endpoint uses HTTP Basic with the base64 of a Datarails user's username:password — a service account that Datarails documents must not have MFA enabled. Human sign-in to the application supports SAML SSO.
Datarails secures its APIs with oauth2 and http across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).
CompanyFP&AFinancial PlanningFinanceAccountingBudgetingForecastingBusiness IntelligenceReportingData IntegrationModel Context ProtocolArtificial IntelligenceExcelSaaS
Methods: oauth2, http
Schemes: 3
OAuth flows: authorizationCode
API key in:
Security Schemes
FinanceOS MCP OAuth 2.1 oauth2
Data Gateway Service HTTP Basic http
Application SSO saml