gitpod.v1.OrganizationService

CreateSSOConfiguration

CreateSSOConfiguration creates a new SSO configuration for the organization.

post/gitpod.v1.OrganizationService/CreateSSOConfiguration

Request body

clientIdstring required

client_id is the client ID of the OIDC application set on the IdP

clientSecretstring required

client_secret is the client secret of the OIDC application set on the IdP

emailDomainstring required

email_domain is the domain that is allowed to sign in to the organization

issuerUrlstring uri required

issuer_url is the URL of the IdP issuer

organizationIdstring uuid required

Response

Success

Changes