Microsoft Azure · Capability

Microsoft Azure CommunicationIdentityClient — Token

Microsoft Azure CommunicationIdentityClient — Token. 1 operations. Lead operation: Microsoft Azure Issue A New Token For An Identity. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureToken

What You Can Do

POST
Microsoftazurecommunicationidentityissueaccesstoken — Microsoft Azure Issue A New Token For An Identity
/v1/identities/{id}/issueaccesstoken

MCP Tools

microsoft-azure-issue-new-token

Microsoft Azure Issue A New Token For An Identity

Capability Spec

communicationidentityclient-token.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure CommunicationIdentityClient — Token
  description: 'Microsoft Azure CommunicationIdentityClient — Token. 1 operations. Lead operation: Microsoft Azure Issue A
    New Token For An Identity. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Token
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: communicationidentityclient-token
    baseUri: ''
    description: Microsoft Azure CommunicationIdentityClient — Token business capability. Self-contained, no shared references.
    resources:
    - name: identities-id-:issueAccessToken
      path: /identities/{id}/:issueAccessToken
      operations:
      - name: microsoftazurecommunicationidentityissueaccesstoken
        method: POST
        description: Microsoft Azure Issue A New Token For An Identity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the identity to issue token for.
          required: true
        - name: body
          in: body
          type: string
          description: Requesting scopes for the new token.
          required: true
  exposes:
  - type: rest
    namespace: communicationidentityclient-token-rest
    port: 8080
    description: REST adapter for Microsoft Azure CommunicationIdentityClient — Token. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/identities/{id}/issueaccesstoken
      name: identities-id-issueaccesstoken
      description: REST surface for identities-id-:issueAccessToken.
      operations:
      - method: POST
        name: microsoftazurecommunicationidentityissueaccesstoken
        description: Microsoft Azure Issue A New Token For An Identity
        call: communicationidentityclient-token.microsoftazurecommunicationidentityissueaccesstoken
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: communicationidentityclient-token-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure CommunicationIdentityClient — Token. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-issue-new-token
      description: Microsoft Azure Issue A New Token For An Identity
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: communicationidentityclient-token.microsoftazurecommunicationidentityissueaccesstoken
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.