Skip to main content

Get OpenId Connect app

Select

SaaS
Customer Managed

Gets details of OpenID Connect app based on OpenID Connect app name

Path Parameters
  • name string required

    name of OpenId Connect app

Responses

OK


Schema
  • name string

    OpenID Connect app name.

  • appKey string

    Unique key for the OpenIdConnect app

  • description string

    OpenIdConnect app description

  • enabled boolean

    Boolean to indicate whether OpenID Connect is enabled.

  • type string

    Possible values: [OPENIDCONNECT]

    Must be 'OPENIDCONNECT'

  • identityProviderMetaData object

    OpenID Connect Identity provider meta data response

  • 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
Loading...