Fusio · Authentication Profile
Fusio Authentication
Authentication
Fusio ships its own OAuth2 authorization server (added in 6.0.0) rather than delegating to one, and publishes RFC 8414, RFC 9728 and OpenID Connect discovery documents from every instance. The single securityScheme in the generated contracts is thin - it advertises only the 'default' scope because the generator emits what the anonymous caller can see - so the real model below is read from the docs and the discovery documents, not from the spec alone.
Fusio secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).
API ManagementOpen-SourceREST APIAPI GatewayDeveloper PortalOpenAPISelf-HostedMCP
Methods: oauth2
Schemes: 1
OAuth flows: authorizationCode, clientCredentials
API key in:
Security Schemes
app oauth2
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.