Red Hat · Capability

Red Hat Build of Keycloak Admin REST API — Identity Providers

Red Hat Build of Keycloak Admin REST API — Identity Providers. 1 operations. Lead operation: Red Hat List Identity Providers. Self-contained Naftiko capability covering one Red Hat business surface.

Run with Naftiko Red HatIdentity Providers

What You Can Do

GET
Listidentityproviders — Red Hat List Identity Providers
/v1/admin/realms/{realm}/identity-provider/instances

MCP Tools

red-hat-list-identity-providers

Red Hat List Identity Providers

read-only idempotent

Capability Spec

keycloak-admin-identity-providers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Red Hat Build of Keycloak Admin REST API — Identity Providers
  description: 'Red Hat Build of Keycloak Admin REST API — Identity Providers. 1 operations. Lead operation: Red Hat List
    Identity Providers. Self-contained Naftiko capability covering one Red Hat business surface.'
  tags:
  - Red Hat
  - Identity Providers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RED_HAT_API_KEY: RED_HAT_API_KEY
capability:
  consumes:
  - type: http
    namespace: keycloak-admin-identity-providers
    baseUri: https://keycloak.example.com
    description: Red Hat Build of Keycloak Admin REST API — Identity Providers business capability. Self-contained, no shared
      references.
    resources:
    - name: admin-realms-realm-identity-provider-instances
      path: /admin/realms/{realm}/identity-provider/instances
      operations:
      - name: listidentityproviders
        method: GET
        description: Red Hat List Identity Providers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.RED_HAT_API_KEY}}'
  exposes:
  - type: rest
    namespace: keycloak-admin-identity-providers-rest
    port: 8080
    description: REST adapter for Red Hat Build of Keycloak Admin REST API — Identity Providers. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/admin/realms/{realm}/identity-provider/instances
      name: admin-realms-realm-identity-provider-instances
      description: REST surface for admin-realms-realm-identity-provider-instances.
      operations:
      - method: GET
        name: listidentityproviders
        description: Red Hat List Identity Providers
        call: keycloak-admin-identity-providers.listidentityproviders
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: keycloak-admin-identity-providers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Red Hat Build of Keycloak Admin REST API — Identity Providers. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: red-hat-list-identity-providers
      description: Red Hat List Identity Providers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: keycloak-admin-identity-providers.listidentityproviders
      outputParameters:
      - type: object
        mapping: $.