SSO · Capability

SAML 2.0 SSO API — Metadata

SAML 2.0 SSO API — Metadata. 1 operations. Lead operation: Get SAML Metadata. Self-contained Naftiko capability covering one Sso business surface.

Run with Naftiko SsoMetadata

What You Can Do

GET
Getsamlmetadata — Get SAML Metadata
/v1/saml/metadata

MCP Tools

get-saml-metadata

Get SAML Metadata

read-only idempotent

Capability Spec

saml-metadata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAML 2.0 SSO API — Metadata
  description: 'SAML 2.0 SSO API — Metadata. 1 operations. Lead operation: Get SAML Metadata. Self-contained Naftiko capability
    covering one Sso business surface.'
  tags:
  - Sso
  - Metadata
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SSO_API_KEY: SSO_API_KEY
capability:
  consumes:
  - type: http
    namespace: saml-metadata
    baseUri: https://your-idp.example.com
    description: SAML 2.0 SSO API — Metadata business capability. Self-contained, no shared references.
    resources:
    - name: saml-metadata
      path: /saml/metadata
      operations:
      - name: getsamlmetadata
        method: GET
        description: Get SAML Metadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: saml-metadata-rest
    port: 8080
    description: REST adapter for SAML 2.0 SSO API — Metadata. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/saml/metadata
      name: saml-metadata
      description: REST surface for saml-metadata.
      operations:
      - method: GET
        name: getsamlmetadata
        description: Get SAML Metadata
        call: saml-metadata.getsamlmetadata
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: saml-metadata-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAML 2.0 SSO API — Metadata. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-saml-metadata
      description: Get SAML Metadata
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: saml-metadata.getsamlmetadata
      outputParameters:
      - type: object
        mapping: $.