Adfin · Authentication Profile

Adfin Authentication

Authentication

Adfin secures its APIs with oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials and authorizationCode flow(s).

CompanyFintechPaymentsInvoicingCredit ControlDirect DebitBillingAccounts ReceivableUnited Kingdom
Methods: oauth2 Schemes: 3 OAuth flows: clientCredentials, authorizationCode API key in:

Security Schemes

oauth2_client_credentials oauth2
oauth2_authorization_code oauth2
auth0_openid_connect openIdConnect

Source

Authentication Profile

adfin-authentication.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://developer.adfin.com/products/direct-integration/guides/get-started/authentication.md
docs: https://developer.adfin.com/products/direct-integration/guides/get-started/authentication.md
summary:
  types: [oauth2]
  oauth2_flows: [clientCredentials, authorizationCode]
  api_key_in: []
  notes: >-
    The Adfin API uses OAuth 2.0. Platform-to-platform integrations use the
    client-credentials flow; biller authorization uses the authorization-code
    flow. App credentials (client_id + client_secret) are issued by an Adfin
    Integration Manager and presented as HTTP Basic auth against the API's own
    token endpoint (Basic base64(client_id:client_secret)). This is distinct
    from the Auth0-backed end-user identity at auth.adfin.com used by the
    console.
schemes:
  - name: oauth2_client_credentials
    type: oauth2
    flow: clientCredentials
    tokenUrl: https://api.adfin.com/api/oauth2/token
    tokenUrl_staging: https://api.staging.adfin.com/api/oauth2/token
    client_auth: basic
    use: platform-to-platform integrations
    sources: [docs]
  - name: oauth2_authorization_code
    type: oauth2
    flow: authorizationCode
    use: biller authorization (a platform acting on behalf of a biller)
    sources: [docs]
  - name: auth0_openid_connect
    type: openIdConnect
    openIdConnectUrl: https://auth.adfin.com/.well-known/openid-configuration
    issuer: https://auth.adfin.com/
    use: console / end-user identity (Auth0)
    sources: [well-known/adfin-auth-openid-configuration.json]

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/adfin-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.