Salesforce · Capability

Salesforce — Authentication

Salesforce — Authentication. 1 operations. Lead operation: Salesforce Authentication Configuration Endpoint. Self-contained Naftiko capability covering one Salesforce business surface.

Run with Naftiko SalesforceAuthentication

What You Can Do

GET
Authenticationconfigurationendpoint — Salesforce Authentication Configuration Endpoint
/v1/well-known/auth-configuration

MCP Tools

salesforce-authentication-configuration-endpoint

Salesforce Authentication Configuration Endpoint

read-only idempotent

Capability Spec

salesforce-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce — Authentication
  description: 'Salesforce — Authentication. 1 operations. Lead operation: Salesforce Authentication Configuration Endpoint.
    Self-contained Naftiko capability covering one Salesforce business surface.'
  tags:
  - Salesforce
  - Authentication
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_API_KEY: SALESFORCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesforce-authentication
    baseUri: https://login.salesforce.com
    description: Salesforce — Authentication business capability. Self-contained, no shared references.
    resources:
    - name: .well-known-auth-configuration
      path: /.well-known/auth-configuration
      operations:
      - name: authenticationconfigurationendpoint
        method: GET
        description: Salesforce Authentication Configuration Endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SALESFORCE_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesforce-authentication-rest
    port: 8080
    description: REST adapter for Salesforce — Authentication. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/well-known/auth-configuration
      name: well-known-auth-configuration
      description: REST surface for .well-known-auth-configuration.
      operations:
      - method: GET
        name: authenticationconfigurationendpoint
        description: Salesforce Authentication Configuration Endpoint
        call: salesforce-authentication.authenticationconfigurationendpoint
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesforce-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce — Authentication. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: salesforce-authentication-configuration-endpoint
      description: Salesforce Authentication Configuration Endpoint
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesforce-authentication.authenticationconfigurationendpoint
      outputParameters:
      - type: object
        mapping: $.