Create OIDC Connection

Create an OIDC Connection.

Request

This endpoint expects an object.
idstringOptional

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

organizationIdstringOptional
The Organization this OIDC Connection belongs to.
createTimestringOptionalformat: "date-time"
When the OIDC Connection was created.
updateTimestringOptionalformat: "date-time"
When the OIDC Connection was last updated.
primarybooleanOptional
Whether this is the primary OIDC Connection for the Organization.
configurationUrlstringOptional
The OIDC Provider's configuration URL.
clientIdstringOptional
The OIDC Provider's Client ID.
clientSecretstringOptional

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

redirectUristringOptional
The OIDC Provider's redirect URI.

Response

OK
oidcConnectionobject or null
The created OIDC Connection.

Errors