Skip Navigation

Manage SSO Configuration

1.1.0
Session Management
SOAP API
Travel Agency
Airline Carrier

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

Deprecated API

Warning! The Manage SSO Configuration (SSO_ManageEntityProviderRQ) service will be decommissioned.

The Manage SSO Configuration (SSO_ManageEntityProviderRQ) service is used to manage SSO Services configuration.

Target Audience
Travel Agency
Airline Carrier
API Version
1.1.0
Authentication
Session Token
Service Action Code
SSO_ManageEntityProviderRQ

It allows customers to create/update/delete their SSO configuration.

Sample Request
<ManageEntityProviderRQ xmlns="http://webservices.sabre.com/sabreXML/sso/ssoaas/SSO_ManageEntityProvider/1.1.0" applicationID="jmTestApp" version="1.1.0">
    <Operation>
        <Create entityType="REMOTE_SERVICE_PROVIDER" entityId="http://jmRService.sabre.com">
            <RemoteServiceProvider samlDestination="http://jmService.sabre.com/samlDestination.html" audience="http://jmService.sabre.com/audience.html" recipient="http://jmService.sabre.com/recipient.html" nameIDFormat="KERBEROS"/>
        </Create>
    </Operation>
</ManageEntityProviderRQ>
Sample Response
<ManageEntityProviderRS version="1.1.0" xmlns="http://webservices.sabre.com/sabreXML/sso/ssoaas/SSO_ManageEntityProvider/1.1.0">
    <ResponseInfo isValid="true" code="0"/>
</ManageEntityProviderRS>