HashiCorp Vault · Capability

HashiCorp Vault Vault Auth Methods API — JWT/OIDC

HashiCorp Vault Vault Auth Methods API — JWT/OIDC. 1 operations. Lead operation: HashiCorp Vault Login with JWT/OIDC. Self-contained Naftiko capability covering one Hvault business surface.

Run with Naftiko HvaultJWT/OIDC

What You Can Do

POST
Loginwithjwt — HashiCorp Vault Login with JWT/OIDC
/v1/auth/jwt/login

MCP Tools

hashicorp-vault-login-jwt-oidc

HashiCorp Vault Login with JWT/OIDC

Capability Spec

auth-methods-jwt-oidc.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: HashiCorp Vault Vault Auth Methods API — JWT/OIDC
  description: 'HashiCorp Vault Vault Auth Methods API — JWT/OIDC. 1 operations. Lead operation: HashiCorp Vault Login with
    JWT/OIDC. Self-contained Naftiko capability covering one Hvault business surface.'
  tags:
  - Hvault
  - JWT/OIDC
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HVAULT_API_KEY: HVAULT_API_KEY
capability:
  consumes:
  - type: http
    namespace: auth-methods-jwt-oidc
    baseUri: https://vault.example.com/v1
    description: HashiCorp Vault Vault Auth Methods API — JWT/OIDC business capability. Self-contained, no shared references.
    resources:
    - name: auth-jwt-login
      path: /auth/jwt/login
      operations:
      - name: loginwithjwt
        method: POST
        description: HashiCorp Vault Login with JWT/OIDC
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-Vault-Token
      value: '{{env.HVAULT_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: auth-methods-jwt-oidc-rest
    port: 8080
    description: REST adapter for HashiCorp Vault Vault Auth Methods API — JWT/OIDC. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/auth/jwt/login
      name: auth-jwt-login
      description: REST surface for auth-jwt-login.
      operations:
      - method: POST
        name: loginwithjwt
        description: HashiCorp Vault Login with JWT/OIDC
        call: auth-methods-jwt-oidc.loginwithjwt
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: auth-methods-jwt-oidc-mcp
    port: 9090
    transport: http
    description: MCP adapter for HashiCorp Vault Vault Auth Methods API — JWT/OIDC. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: hashicorp-vault-login-jwt-oidc
      description: HashiCorp Vault Login with JWT/OIDC
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: auth-methods-jwt-oidc.loginwithjwt
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.