Skip to main content
POST
Update

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Path Parameters

app_id
string
required

The application in your catalog that owns this sign-in configuration. Its owners, entitlements, and access reviews govern who may sign in.

id
string
required

Unique identifier for this SSO application.

Body

application/json

SSOApplicationServiceUpdateRequest updates an SSO application.

application
Sso Application · object | null
required

SSOApplication is one application your users sign in to through ConductorOne.

This message contains a oneof named protocol. Only a single field of the following list may be set at a time:

  • oidc
  • saml
updateMask
string | null
required

Response

200 - application/json

SSOApplicationServiceUpdateResponse returns the updated SSO application.

SSOApplicationServiceUpdateResponse returns the updated SSO application.

application
Sso Application · object | null

SSOApplication is one application your users sign in to through ConductorOne.

This message contains a oneof named protocol. Only a single field of the following list may be set at a time:

  • oidc
  • saml