Skip to main content
Unary · Organizations Updates SSO provider settings and authentication rules. Use this method to:
  • Rotate client credentials
  • Update provider endpoints
  • Modify claim mappings
  • Change authentication policies
  • Toggle SSO enforcement

Examples

  • Update credentials: Rotates client ID and secret.
  • Update provider status: Activates or deactivates SSO provider.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.UpdateSSOConfigurationRequest

Response

gitpod.v1.UpdateSSOConfigurationResponse This message has no fields.
AdditionalScopesUpdate wraps a list of OIDC scopes so that the update request can distinguish “not changing scopes” (field absent) from “clearing all scopes” (field present, empty list).gitpod.v1.AdditionalScopesUpdate