Skip to main content

Modify OpenID Connect App Details

Select

SaaS
Customer Managed

Updates details of existing OpenID Connect app

Path Parameters
  • name string required

    name of OpenId Connect app

Request Body
  • description string

    OpenId Connect description

  • enabled boolean

    Boolean to indicate whether OpenId Connect app is enabled.

  • type string required

    Third-party app type (always OPENIDCONNECT)

  • identityProviderMetaData object

    OpenId Connect IDP meta data request

  • clientId string

    Identity provider client ID

  • discoveryEndpointUrl string

    Identity provider discovery endpoint URL

  • 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
Responses

OK


Schema
  • errorMessage string
  • errorCode int32
Loading...