Create OIDC Connection
Create an OIDC Connection.
Request
This endpoint expects an object.
id
The OIDC Connection ID. Starts with oidc_connection_...
.
organizationId
The Organization this OIDC Connection belongs to.
createTime
When the OIDC Connection was created.
updateTime
When the OIDC Connection was last updated.
primary
Whether this is the primary OIDC Connection for the Organization.
configurationUrl
The OIDC Provider's configuration URL.
clientId
The OIDC Provider's Client ID.
clientSecret
The OIDC Provider’s Client Secret. This field is write-only.
redirectUri
The OIDC Provider's redirect URI.
Response
OK
oidcConnection
The created OIDC Connection.