GET enterpriseparticipant/sso?itaidentifier={itaidentifier}&requestoridentity={requestoridentity}&platform={platform}&primaryplatform={primaryplatform}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
itaidentifier

string

Required

requestoridentity

string

Required

platform

string

Default value is

primaryplatform

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

ParticipantSSORepresentation
NameDescriptionTypeAdditional information
SSOUrl

string

None.

HttpDetail

SSOHttp

None.

Links

Collection of Link

None.

Response Formats

application/json, text/json

Sample:
{
  "SSOUrl": "sample string 1",
  "HttpDetail": {
    "HttpMethod": "sample string 1",
    "ContentType": "sample string 2",
    "ContentLength": "sample string 3",
    "Content": "sample string 4"
  },
  "_links": [
    {
      "$id": "1",
      "Curie": null,
      "Rel": "sample string 1",
      "Href": "sample string 2",
      "Title": "sample string 3",
      "Type": "sample string 4",
      "Deprecation": "sample string 5",
      "Name": "sample string 6",
      "Profile": "sample string 7",
      "HrefLang": "sample string 8",
      "IsTemplated": false
    },
    {
      "$ref": "1"
    }
  ],
  "_embedded": null
}

application/xml, text/xml

Sample:
<ParticipantSSORepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ITAGroup.EnterpriseServices.Domain.Hal.Participant">
  <Href xmlns="http://schemas.datacontract.org/2004/07/WebApi.Hal">~/enterpriseparticipant/sso?itaidentifier=sample%20string%202</Href>
  <LinkName xmlns="http://schemas.datacontract.org/2004/07/WebApi.Hal">sample string 5</LinkName>
  <Links xmlns="http://schemas.datacontract.org/2004/07/WebApi.Hal">
    <Link>
      <Deprecation>sample string 5</Deprecation>
      <Href>sample string 2</Href>
      <HrefLang>sample string 8</HrefLang>
      <Name>sample string 6</Name>
      <Profile>sample string 7</Profile>
      <Rel>sample string 1</Rel>
      <Title>sample string 3</Title>
      <Type>sample string 4</Type>
    </Link>
    <Link>
      <Deprecation>sample string 5</Deprecation>
      <Href>sample string 2</Href>
      <HrefLang>sample string 8</HrefLang>
      <Name>sample string 6</Name>
      <Profile>sample string 7</Profile>
      <Rel>sample string 1</Rel>
      <Title>sample string 3</Title>
      <Type>sample string 4</Type>
    </Link>
  </Links>
  <Rel xmlns="http://schemas.datacontract.org/2004/07/WebApi.Hal">sample string 4</Rel>
  <EnterpriseServicesIdentifier>sample string 2</EnterpriseServicesIdentifier>
  <HttpDetail>
    <Content>sample string 4</Content>
    <ContentLength>sample string 3</ContentLength>
    <ContentType>sample string 2</ContentType>
    <HttpMethod>sample string 1</HttpMethod>
  </HttpDetail>
  <ImpersonatorIdentity>sample string 3</ImpersonatorIdentity>
  <SSOUrl>sample string 1</SSOUrl>
</ParticipantSSORepresentation>

application/hal+json, application/hal+json.vnd.es.basic

Sample:
{
  "SSOUrl": "sample string 1",
  "HttpDetail": {
    "HttpMethod": "sample string 1",
    "ContentType": "sample string 2",
    "ContentLength": "sample string 3",
    "Content": "sample string 4"
  },
  "_links": {
    "self": {
      "href": "/enterpriseparticipant/sso?itaidentifier=sample%20string%202"
    },
    "sample string 1": {
      "href": "sample string 2",
      "title": "sample string 3",
      "type": "sample string 4",
      "deprecation": "sample string 5",
      "name": "sample string 6",
      "profile": "sample string 7",
      "hreflang": "sample string 8"
    }
  }
}

application/hal+xml

Sample:
<resource rel="sample string 4" href="~/enterpriseparticipant/sso?itaidentifier=sample%20string%202" name="sample string 5">
  <link rel="sample string 1" href="sample string 2" />
  <SSOUrl>sample string 1</SSOUrl>
  <EnterpriseServicesIdentifier>sample string 2</EnterpriseServicesIdentifier>
  <ImpersonatorIdentity>sample string 3</ImpersonatorIdentity>
</resource>