Created
March 24, 2017 12:14
-
-
Save mefarazath/3406c149df305bd241894e4c2c46040c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ServiceProvider> | |
<ApplicationID>3</ApplicationID> | |
<ApplicationName>travelocity.com</ApplicationName> | |
<Description>travelocity Service Provider</Description> | |
<IsSaaSApp>false</IsSaaSApp> | |
<InboundAuthenticationConfig> | |
<InboundAuthenticationRequestConfigs> | |
<InboundAuthenticationRequestConfig> | |
<InboundAuthKey>travelocity.com</InboundAuthKey> | |
<InboundAuthType>samlsso</InboundAuthType> | |
<Properties /> | |
</InboundAuthenticationRequestConfig> | |
</InboundAuthenticationRequestConfigs> | |
</InboundAuthenticationConfig> | |
<LocalAndOutBoundAuthenticationConfig> | |
<AuthenticationSteps> | |
<AuthenticationStep> | |
<StepOrder>1</StepOrder> | |
| |
<LocalAuthenticatorConfigs> | |
<LocalAuthenticatorConfig> | |
<Name>BasicAuthenticator</Name> | |
<DisplayName>basicauth</DisplayName> | |
<IsEnabled>true</IsEnabled> | |
</LocalAuthenticatorConfig> | |
</LocalAuthenticatorConfigs> | |
<FederatedIdentityProviders> | |
<IdentityProvider> | |
<IdentityProviderName>production</IdentityProviderName> | |
<IsEnabled>true</IsEnabled> | |
<FederatedAuthenticatorConfigs> | |
<FederatedAuthenticatorConfig> | |
<Name>SAMLSSOAuthenticator</Name> | |
<IsEnabled>true</IsEnabled> | |
</FederatedAuthenticatorConfig> | |
</FederatedAuthenticatorConfigs> | |
<DefaultAuthenticatorConfig>SAMLSSOAuthenticator</DefaultAuthenticatorConfig> | |
</IdentityProvider> | |
<IdentityProvider> | |
<IdentityProviderName>sandbox</IdentityProviderName> | |
<IsEnabled>true</IsEnabled> | |
<FederatedAuthenticatorConfigs> | |
<FederatedAuthenticatorConfig> | |
<Name>SAMLSSOAuthenticator</Name> | |
<IsEnabled>true</IsEnabled> | |
</FederatedAuthenticatorConfig> | |
</FederatedAuthenticatorConfigs> | |
<DefaultAuthenticatorConfig>SAMLSSOAuthenticator</DefaultAuthenticatorConfig> | |
</IdentityProvider> | |
</FederatedIdentityProviders> | |
<SubjectStep>true</SubjectStep> | |
<AttributeStep>true</AttributeStep> | |
</AuthenticationStep> | |
</AuthenticationSteps> | |
</LocalAndOutBoundAuthenticationConfig> | |
<RequestPathAuthenticatorConfigs /> | |
<InboundProvisioningConfig /> | |
<OutboundProvisioningConfig /> | |
<ClaimConfig> | |
<AlwaysSendMappedLocalSubjectId>true</AlwaysSendMappedLocalSubjectId> | |
<LocalClaimDialect>true</LocalClaimDialect> | |
<ClaimMappings> | |
<ClaimMapping> | |
<LocalClaim> | |
<ClaimUri>http://wso2.org/claims/givenname</ClaimUri> | |
</LocalClaim> | |
<RemoteClaim> | |
<ClaimUri>http://wso2.org/claims/givenName</ClaimUri> | |
</RemoteClaim> | |
<RequestClaim>true</RequestClaim> | |
</ClaimMapping> | |
</ClaimMappings> | |
</ClaimConfig> | |
<PermissionAndRoleConfig /> | |
</ServiceProvider> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment