Skip to main content

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_idPathstringrequired

    Unique identifier of the organization.

  • realm_idPathstringrequired

    Unique identifier of the Realm

Query parameters

Request body

application/json

object
namestring

Name of the SSO Client

exampleidp-482005

Responses

201SSO Client created successfully
object
codeinteger
example201
dataobject
errorsobject
messagestring
exampleClient created successfully