このコンテンツはこの言語ではまだ利用できません

SAML v2 overview

Security Assertion Markup Language (SAML) is a standard SSO format. Its XML-based framework enables seamless authentication by the exchange of information through digitally signed XML documents. SAML v2 (or SAML 2.0) has been the standard protocol to enable web-based, cross-domain SSO since 2005.

Learn more about SAML

Basic SSO

Regardless of the feature choices you’ve selected, the setup requirements of basic SSO are the same. Adding loyalty or credit card implementations will require additional information.

Setup requirements

To properly set up the SAML SSO access to your template site, we need a few things, including:

  • Public key certificates (for signature verification)
  • Audience
  • Issuer
  • Endpoint details
  • IPs to add to allow list
  • Guest flow (isPassive) support details

A standard SAML SSO implementation at Expedia will encrypt using our public key, create a destination endpoint, and will duplicate your IP allow list to guard against interruption attacks.

Technical requirements:

  • SAML 2.0 in use on your site
  • Your private key must be used to sign the entire SAML response and the SAML payload should be Base64-encoded
  • Expedia’s public key will be used to encrypt assertions
  • Populate signature values according to SAML v2 standard
  • Include destination and recipient in your SAML response
  • Include issuer in SAML response so that we can fetch the proper certificate

Payload details

Once your customer has signed in via your identity provider (IdP), it will send a generated response—called a payload—to your main site for authentication. If the authentication succeeds, the customer will be granted access. The payload we provide includes the following fields. We don’t require all of these fields, but we use some of them for user experience (for example, to display the customer’s name in a welcome message) and others as part of verification.

FieldDescriptionMandatory?
membershipIdUnique identifier of customer’s accountYes
relayStateThe URL to which the customer will be redirected once verification is completeYes
languageIDThe languages in which the site will be viewableNo
channelTypePlatforms the site is optimized for (values: WEB, MOBILE, TABLET)No
firstNameCustomer’s first nameYes
middleNameCustomer’s middle nameNo
lastNameCustomer’s last nameYes
emailCustomer’s email addressYes

Add loyalty

As part of your template site, you can include the ability for your customers to earn loyalty points on their travel purchases. Your template can also allow your customers to burn their accumulated loyalty points to purchase travel.

The same setup requirements as the standard implementation apply.

Payload details

In addition to the attributes described in the standard implementation, loyalty earn and burn functionality requires the following account (ProgramAccount) attributes.

FieldDescriptionMandatory?
programIdTier identifier for loyalty programYes
programAccountNumberThe account number for the program the customer is affiliated with (also called loyaltyAccountNumber)No
lastFourDigitsOfCreditCardThe last 4 digits of the credit card the customer used for the bookingNo
accountNameThe program account nameNo
loyaltyConversionRatioRatio of how payment converts to points earned (for example, $1 = 1 point)No
loyaltyAccountBalanceCurrent balance of customer’s earned loyalty pointsYes

Restrict payment card

We can set your site up so that your customers must use your organization’s credit card to book. This is optional, as all of the template solutions can accept all major credit or debit cards and (in the US) PayPal.

Credit card safety and storage

If you choose to require purchase using your organization’s custom credit card, we want you to feel secure. Here’s how we handle that.

  • Card information is stored in a tokenized form that’s linked to the customer's Expedia profile. It is never stored unencrypted.
  • No human beings have access to unencrypted card data, and decryption only happens with secure IAM credentials.
  • When a card is preloaded to the checkout page, only the card description is visible, not the card number.
  • The customer must enter the card’s CVV to complete the booking with the stored card.

Setup requirements

In addition to the setup requirements from the standard implementation, adding your credit card means we need to add an extra layer of security. To do that, we’ll need:

  • An endpoint to use for the AuthnRequest parameter
  • Your public key for signature verification

We’ll use Expedia’s private key to sign the AuthnRequest payload and share our public key to perform signature validation on your end.

Payload details

Along with the attributes described in the standard implementation, when a customer logs in on your site, we will send an encoded SAML response payload with signed and encrypted assertions to the secure Expedia SSO endpoint.

Information

Note

If your template site is also set up to earn loyalty points, it will also include the ProgramAccount information.

The payload will also contain the following credit card details:

FieldDescriptionMandatory?
cardNumberThe card number to be chargedYes
cardTypeType of card used (for example, Visa, MasterCard, American Express)Yes
expirationDateExpiration date of the card usedNo
addressCategoryCodeThe type of billing address associated with the card used (for example, Home or Office)Yes
firstAddressLineFirst line of the billing addressNo
secondAddressLineSecond line of the billing addressYes
thirdAddressLineThird line of the billing addressYes
cityNameCity of the billing addressYes
provinceNameState or province of the billing addressYes
postalCodePostal code of the billing addressYes
countryCodeCountry code of the billing addressYes

AuthnRequest

Expedia will send both AuthnRequest and RelayState parameters to your endpoint when an unauthenticated user accesses your template site. This will prompt the user to sign in, which will initiate the SSO process.

The AuthnRequest elements include:

FieldDescriptionMandatory?
AssertionConsumerServiceURLURL to the Expedia template site after the user signs inYes
DestinationURL of your endpoint to post AuthnRequest toYes
IssuerThe origin of the data; values: Expedia-Test or Expedia-ProdYes
SignatureSSO signature to be validated by your main siteYes

For more information, view our payload example.

このページは役に立ちましたか ?
このコンテンツに改善が必要な点があれば、
サービス向上にご協力いただきありがとうございます。