Breadcrumb
- SynXis Booking Engine SSO
- SAML
- Examples
- GHA Member
GHA Member
Sample (Partial) showing the Attributes
For GHA Members, the message contains @ProgramID=GHA and @ProfileID is the GHA member number.
<saml:AttributeStatement>
<saml:Attribute Name="BusinessContext">
<saml:AttributeValue>BE</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute Name="Context">
<saml:AttributeValue>Profile</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute Name="ProfileID">
<saml:AttributeValue>GHA123456</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute Name="LogoutUrl">
<saml:AttributeValue>https://brand.com</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute Name="IDContext">
<saml:AttributeValue>CRS</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute Name="ChainId">
<saml:AttributeValue>12345</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute Name="ProfileType">
<saml:AttributeValue>Guest</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute Name="ProgramID">
<saml:AttributeValue>GHA</saml:AttributeValue>
</saml:Attribute>
</saml:AttributeStatement>