Auth0 · Capability

Auth0 API — Deprecated > Delegated Authentication

Auth0 API — Deprecated > Delegated Authentication. 1 operations. Lead operation: Auth0 Obtain a delegation token (from a refresh_token). Self-contained Naftiko capability covering one Auth0 business surface.

Run with Naftiko Auth0Deprecated > Delegated Authentication

What You Can Do

POST
Delegation — Auth0 Obtain a delegation token (from a refresh_token)
/v1/delegation

MCP Tools

auth0-obtain-delegation-token-refresh

Auth0 Obtain a delegation token (from a refresh_token)

Capability Spec

auth0-deprecated-delegated-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Auth0 API — Deprecated > Delegated Authentication
  description: 'Auth0 API — Deprecated > Delegated Authentication. 1 operations. Lead operation: Auth0 Obtain a delegation
    token (from a refresh_token). Self-contained Naftiko capability covering one Auth0 business surface.'
  tags:
  - Auth0
  - Deprecated > Delegated Authentication
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AUTH0_API_KEY: AUTH0_API_KEY
capability:
  consumes:
  - type: http
    namespace: auth0-deprecated-delegated-authentication
    baseUri: ''
    description: Auth0 API — Deprecated > Delegated Authentication business capability. Self-contained, no shared references.
    resources:
    - name: delegation
      path: /delegation
      operations:
      - name: delegation
        method: POST
        description: Auth0 Obtain a delegation token (from a refresh_token)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: auth0-deprecated-delegated-authentication-rest
    port: 8080
    description: REST adapter for Auth0 API — Deprecated > Delegated Authentication. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/delegation
      name: delegation
      description: REST surface for delegation.
      operations:
      - method: POST
        name: delegation
        description: Auth0 Obtain a delegation token (from a refresh_token)
        call: auth0-deprecated-delegated-authentication.delegation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: auth0-deprecated-delegated-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for Auth0 API — Deprecated > Delegated Authentication. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: auth0-obtain-delegation-token-refresh
      description: Auth0 Obtain a delegation token (from a refresh_token)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: auth0-deprecated-delegated-authentication.delegation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.