Create a new SSO client
Creates a new SSO Client inside the specified Realm for an Organization. The client represents a service that will communicate with the SSO Realm.
POST
/api/v1/sso/organizations/{organization_id}/realms/{realm_id}/clients/Path parameters
organization_idPathstringrequiredUnique identifier of the organization.
realm_idPathstringrequiredUnique identifier of the Realm
Query parameters
project_idQueryintegerrequiredProject ID Find your project id here
locationQuerystringrequiredDeployment region for the resource. Accepted values:
Delhi,Chennai.Mumbai region has been discontinued. Delhi and Chennai are the only supported regions.
Request body
application/json
Name of the SSO Client
example
idp-482005Responses
201SSO Client created successfully
example
201example
Client created successfully