APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateOpenIDConnectProvider

APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateOpenIDConnectProvider. 2 operations. Lead operation: #Action=CreateOpenIDConnectProvider. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering Platform#Action=CreateOpenIDConnectProvider

What You Can Do

GET
Getcreateopenidconnectprovider

Creates an IAM entity to describe an identity provider (IdP) that supports OpenID Connect (OIDC).

The OIDC provider that you create with this operation can be used as a principal in a role'

/v1/action-createopenidconnectprovider
POST
Postcreateopenidconnectprovider

Creates an IAM entity to describe an identity provider (IdP) that supports OpenID Connect (OIDC).

The OIDC provider that you create with this operation can be used as a principal in a role'

/v1/action-createopenidconnectprovider

MCP Tools

p-creates-iam-entity-describe-identity

Creates an IAM entity to describe an identity provider (IdP) that supports OpenID Connect (OIDC).

The OIDC provider that you create with this operation can be used as a principal in a role'

read-only idempotent
p-creates-iam-entity-describe-identity-2

Creates an IAM entity to describe an identity provider (IdP) that supports OpenID Connect (OIDC).

The OIDC provider that you create with this operation can be used as a principal in a role'

Capability Spec

aws-iam-action-createopenidconnectprovider.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateOpenIDConnectProvider'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateOpenIDConnectProvider. 2 operations.
    Lead operation: #Action=CreateOpenIDConnectProvider. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - '#Action=CreateOpenIDConnectProvider'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-iam-action-createopenidconnectprovider
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateOpenIDConnectProvider business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=CreateOpenIDConnectProvider'
      path: /#Action=CreateOpenIDConnectProvider
      operations:
      - name: getcreateopenidconnectprovider
        method: GET
        description: <p>Creates an IAM entity to describe an identity provider (IdP) that supports <a href="http://openid.net/connect/">OpenID
          Connect (OIDC)</a>.</p> <p>The OIDC provider that you create with this operation can be used as a principal in a
          role'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Url
          in: query
          type: string
          description: '<p>The URL of the identity provider. The URL must begin with <code>https://</code> and should correspond
            to the <code>iss</code> claim in the provider''s OpenID '
          required: true
        - name: ClientIDList
          in: query
          type: array
          description: <p>Provides a list of client IDs, also known as audiences. When a mobile or web app registers with
            an OpenID Connect provider, they establish a value that ident
        - name: ThumbprintList
          in: query
          type: array
          description: '<p>A list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider''s server
            certificates. Typically this list includes only one entry. '
          required: true
        - name: Tags
          in: query
          type: array
          description: <p>A list of tags that you want to attach to the new IAM OpenID Connect (OIDC) provider. Each tag consists
            of a key name and an associated value. For more infor
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postcreateopenidconnectprovider
        method: POST
        description: <p>Creates an IAM entity to describe an identity provider (IdP) that supports <a href="http://openid.net/connect/">OpenID
          Connect (OIDC)</a>.</p> <p>The OIDC provider that you create with this operation can be used as a principal in a
          role'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-iam-action-createopenidconnectprovider-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateOpenIDConnectProvider.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-createopenidconnectprovider
      name: action-createopenidconnectprovider
      description: 'REST surface for #Action=CreateOpenIDConnectProvider.'
      operations:
      - method: GET
        name: getcreateopenidconnectprovider
        description: <p>Creates an IAM entity to describe an identity provider (IdP) that supports <a href="http://openid.net/connect/">OpenID
          Connect (OIDC)</a>.</p> <p>The OIDC provider that you create with this operation can be used as a principal in a
          role'
        call: aws-iam-action-createopenidconnectprovider.getcreateopenidconnectprovider
        with:
          Url: rest.Url
          ClientIDList: rest.ClientIDList
          ThumbprintList: rest.ThumbprintList
          Tags: rest.Tags
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postcreateopenidconnectprovider
        description: <p>Creates an IAM entity to describe an identity provider (IdP) that supports <a href="http://openid.net/connect/">OpenID
          Connect (OIDC)</a>.</p> <p>The OIDC provider that you create with this operation can be used as a principal in a
          role'
        call: aws-iam-action-createopenidconnectprovider.postcreateopenidconnectprovider
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-createopenidconnectprovider-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateOpenIDConnectProvider.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-creates-iam-entity-describe-identity
      description: <p>Creates an IAM entity to describe an identity provider (IdP) that supports <a href="http://openid.net/connect/">OpenID
        Connect (OIDC)</a>.</p> <p>The OIDC provider that you create with this operation can be used as a principal in a role'
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-createopenidconnectprovider.getcreateopenidconnectprovider
      with:
        Url: tools.Url
        ClientIDList: tools.ClientIDList
        ThumbprintList: tools.ThumbprintList
        Tags: tools.Tags
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-creates-iam-entity-describe-identity-2
      description: <p>Creates an IAM entity to describe an identity provider (IdP) that supports <a href="http://openid.net/connect/">OpenID
        Connect (OIDC)</a>.</p> <p>The OIDC provider that you create with this operation can be used as a principal in a role'
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-createopenidconnectprovider.postcreateopenidconnectprovider
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.