Skip to main content

Create OpenID Connect App Details

Updates details of existing OpenID Connect app

Request Body
  • name string required

    OpenID Connect app name

  • type string required

    Possible values: [OPENIDCONNECT]

    Third-party app type (must be OPENIDCONNECT)

  • description string

    OpenID Connect app description

  • associations object
  • companies object[]

    Companies associated with SAML app

  • id int32
  • name string
  • domains object[]

    Domains associated with SAML app

  • id int32
  • name string
  • userGroups object[]

    user groups associated with SAML app

  • id int32
  • name string
  • users object[]

    users associated with SAML app

  • id int32
  • name string
  • identityProviderMetaData object required

    OpenId Connect IDP meta data request

  • clientId string

    Identity provider client ID

  • discoveryEndpointUrl string

    Identity provider discovery endpoint URL

  • clientSecret string

    Identity provider client secret

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
  • appKey string
Loading...