Microsoft Windows 10 · Capability

Microsoft Windows 10 Windows Hello Authentication API — Authentication

Microsoft Windows 10 Windows Hello Authentication API — Authentication. 2 operations. Lead operation: Microsoft Windows 10 Sign data with a Windows Hello credential. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Authentication

What You Can Do

POST
Signwithcredential — Microsoft Windows 10 Sign data with a Windows Hello credential
/v1/hello/sign
POST
Verifyuserconsent — Microsoft Windows 10 Verify user identity
/v1/hello/verify-user

MCP Tools

microsoft-windows-10-sign-data

Microsoft Windows 10 Sign data with a Windows Hello credential

microsoft-windows-10-verify-user

Microsoft Windows 10 Verify user identity

Capability Spec

hello-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Windows 10 Windows Hello Authentication API — Authentication
  description: 'Microsoft Windows 10 Windows Hello Authentication API — Authentication. 2 operations. Lead operation: Microsoft
    Windows 10 Sign data with a Windows Hello credential. Self-contained Naftiko capability covering one Microsoft Windows
    10 business surface.'
  tags:
  - Microsoft Windows 10
  - Authentication
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_WINDOWS_10_API_KEY: MICROSOFT_WINDOWS_10_API_KEY
capability:
  consumes:
  - type: http
    namespace: hello-authentication
    baseUri: https://api.windows.com
    description: Microsoft Windows 10 Windows Hello Authentication API — Authentication business capability. Self-contained,
      no shared references.
    resources:
    - name: hello-sign
      path: /hello/sign
      operations:
      - name: signwithcredential
        method: POST
        description: Microsoft Windows 10 Sign data with a Windows Hello credential
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: hello-verify-user
      path: /hello/verify-user
      operations:
      - name: verifyuserconsent
        method: POST
        description: Microsoft Windows 10 Verify user identity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: hello-authentication-rest
    port: 8080
    description: REST adapter for Microsoft Windows 10 Windows Hello Authentication API — Authentication. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/hello/sign
      name: hello-sign
      description: REST surface for hello-sign.
      operations:
      - method: POST
        name: signwithcredential
        description: Microsoft Windows 10 Sign data with a Windows Hello credential
        call: hello-authentication.signwithcredential
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/hello/verify-user
      name: hello-verify-user
      description: REST surface for hello-verify-user.
      operations:
      - method: POST
        name: verifyuserconsent
        description: Microsoft Windows 10 Verify user identity
        call: hello-authentication.verifyuserconsent
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: hello-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Windows 10 Windows Hello Authentication API — Authentication. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-windows-10-sign-data
      description: Microsoft Windows 10 Sign data with a Windows Hello credential
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: hello-authentication.signwithcredential
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-windows-10-verify-user
      description: Microsoft Windows 10 Verify user identity
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: hello-authentication.verifyuserconsent
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.