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
/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
locationQuerystringrequiredLocation (Delhi and Chennai)
Request body
application/json
Name of the SSO Client
example
idp-482005Responses
201SSO Client created successfully
example
201example
Client created successfully