v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-07-036391133.0 KB
BackendService

Create OIDC Connection

Create an OIDC Connection.

post/v1/oidc-connections

Request body

idstring

The OIDC Connection ID. Starts with oidc_connection_....

organizationIdstring

The Organization this OIDC Connection belongs to.

createTimestring date-time

When the OIDC Connection was created.

updateTimestring date-time

When the OIDC Connection was last updated.

primaryboolean

Whether this is the primary OIDC Connection for the Organization.

configurationUrlstring

The OIDC Provider's configuration URL.

clientIdstring

The OIDC Provider's Client ID.

clientSecretstring

The OIDC Provider's Client Secret. This field is write-only.

redirectUristring

The OIDC Provider's redirect URI.

Response

OK