AI Gateway Identity Providers

Create an AI Gateway Identity Provider

Pre-release Endpoint This endpoint is currently in beta and is subject to change.

Registers a new identity provider for the AI Gateway.

Deprecated: use POST /ai-gateways/{gatewayId}/auth-strategies instead.

post/v1/ai-gateways/{gatewayId}/identity

Request body

OR

Example request

{
  "display_name": "Okta AI SE",
  "name": "my-entity-name",
  "labels": {
    "category": "finance"
  },
  "managed_by": {
    "owner": "terraform"
  }
}

Response

Identity Provider created successfully.

OR

Example response

{
  "display_name": "Okta AI SE",
  "name": "my-entity-name",
  "labels": {
    "category": "finance"
  },
  "managed_by": {
    "owner": "terraform"
  },
  "id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z"
}

Changes

Changed in 2 of the 30 revisions of this API.6

    • endpoint deprecated

      endpoint-deprecated

    • request property deprecated

      request-property-deprecated

    • request property deprecated

      request-property-deprecated

    • response property oneOf[subschema #1: AIGatewayIdentityProviderKeyAuthConfig]/ deprecated

      response-property-deprecated

    • response property oneOf[subschema #2: AIGatewayIdentityProviderOpenIDConnectConfig]/ deprecated

      response-property-deprecated

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog