Skip to main content

Get SAML Server

Select

SaaS
Customer Managed

Gets details of SAML app based on SAML app name

Path Parameters
  • name string required

    name of SAML app

Responses

OK


Schema
  • name string

    SAML app name.

  • appKey string

    Unique key for the SAML app

  • description string

    SAML app description

  • enabled boolean

    Boolean to indicate whether SAML is enabled.

  • autoCreateUser boolean

    This auto-creates non-existing user if the user detail match with the identity rule.

  • type identityServerType

    Possible values: [SAML, ACTIVE_DIRECTORY, APPLE_DIRECTORY_SERVICE, ORACLE_DIRECTORY, OPEN_LDAP, LDAP_SERVER, OTHER]

    Identity server service type in Enum string

  • userGroups object[]

    By default, CommCell users will not be associated with any group. Add a mapping to override this behaviour. Users will be associated with the specified group.

  • companyInfo object
  • id int32
  • name string
  • userGroupInfo object
  • id int32
  • name string
  • nameIDAttribute string

    nameID in SAML assertion subject is used to perform login.

  • userGroup object

    By default, auto-created users of a company will be associated to the Tenant Users group of the company. Add mapping to override this behaviour for a company.

  • id int32
  • name string
  • createdForCompany object

    Details of the company for which the SAML app is created. This will only be present if the SAML app is under a company.

  • id int32
  • name string
  • samlTestSummary SAMLTestStatus

    Possible values: [TEST_SUCCEEDED, NOT_TESTED]

    SAML Test Status Types

  • attributeMappings object[]

    attribute mapping details

  • customAttribute SAMLCustomAttributes

    Possible values: [COMPANY_NAME, EMAIL, SID, USER_GROUPS, USER_GUID, USER_NAME]

    SAML custom attribute types

  • SAMLAttribute string

    SAML attribute

  • identityProviderMetaData object

    SAML Identity provider meta data response

  • entityId string

    Identity provider entity ID

  • redirectUrl string

    Identity provider redirect URL

  • logoutUrl string

    Identity Provider logout URL

  • serviceProviderMetaData object
  • entityId string

    Service provider endpoint/entity ID

  • spAliases string[]

    Service provider endpoint URL list.

  • singleSignOnUrl string

    single sign on URL

  • singleLogoutUrl string

    single logout URL

  • associations object
  • emailSuffixes string[]

    Email suffixes associated with SAML

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