wsdl.jsp revision fe78cbc4a2d4b2c4a0c37485625bb7a2f9b561cc
0N/A<%--
2273N/A The contents of this file are subject to the terms of the Common Development and
0N/A Distribution License (the License). You may not use this file except in compliance with the
0N/A License.
0N/A
0N/A You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
0N/A specific language governing permission and limitations under the License.
0N/A
0N/A When distributing Covered Software, include this CDDL Header Notice in each file and include
0N/A the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
0N/A Header, with the fields enclosed by brackets [] replaced by your own identifying
0N/A information: "Portions copyright [year] [name of copyright owner]".
0N/A
0N/A Copyright 2016 ForgeRock AS.
0N/A--%><%@ page contentType="text/xml;charset=UTF-8" language="java" session="false"
0N/A%><wsdl:definitions name="SecurityTokenService"
0N/A targetNamespace="http://forgerock.org/ws-fed/securitytokenservice"
0N/A xmlns:xsd="http://www.w3.org/2001/XMLSchema"
1472N/A xmlns:tns="http://forgerock.org/ws-fed/securitytokenservice"
1472N/A xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
1472N/A xmlns:wsa10="http://www.w3.org/2005/08/addressing"
0N/A xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
0N/A xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
0N/A xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
1879N/A xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
1879N/A xmlns:wst="http://schemas.xmlsoap.org/ws/2005/02/trust">
0N/A <wsp:Policy wsu:Id="usernameAuth">
0N/A <wsp:ExactlyOne>
0N/A <wsp:All>
0N/A <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
0N/A <wsp:Policy>
0N/A <sp:TransportToken>
0N/A <wsp:Policy>
3385N/A <sp:HttpsToken RequireClientCertificate="false"/>
3385N/A </wsp:Policy>
3385N/A </sp:TransportToken>
3385N/A <sp:AlgorithmSuite>
3385N/A <wsp:Policy>
3385N/A <sp:Basic256/>
3385N/A </wsp:Policy>
3385N/A </sp:AlgorithmSuite>
3385N/A <sp:Layout>
0N/A <wsp:Policy>
0N/A <sp:Strict/>
0N/A </wsp:Policy>
0N/A </sp:Layout>
0N/A <sp:IncludeTimestamp/>
0N/A </wsp:Policy>
0N/A </sp:TransportBinding>
0N/A <sp:SignedSupportingTokens xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
0N/A <wsp:Policy>
0N/A <sp:UsernameToken
0N/A sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
0N/A <wsp:Policy>
0N/A <sp:WssUsernameToken10/>
0N/A </wsp:Policy>
0N/A </sp:UsernameToken>
0N/A </wsp:Policy>
1145N/A </sp:SignedSupportingTokens>
1145N/A <sp:EndorsingSupportingTokens xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
1145N/A <wsp:Policy>
1145N/A <mssp:RsaToken
1145N/A sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Never"
1145N/A wsp:Optional="true"
1145N/A xmlns:mssp="http://schemas.microsoft.com/ws/2005/07/securitypolicy"/>
1145N/A <sp:SignedParts>
1145N/A <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing"/>
1145N/A </sp:SignedParts>
1145N/A </wsp:Policy>
1145N/A </sp:EndorsingSupportingTokens>
1145N/A <sp:Wss11 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
1145N/A <wsp:Policy/>
1145N/A </sp:Wss11>
1145N/A <sp:Trust10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
1145N/A <wsp:Policy>
1145N/A <sp:MustSupportIssuedTokens/>
1145N/A <sp:RequireClientEntropy/>
1145N/A <sp:RequireServerEntropy/>
1145N/A </wsp:Policy>
1145N/A </sp:Trust10>
1145N/A <wsaw:UsingAddressing/>
1145N/A </wsp:All>
0N/A </wsp:ExactlyOne>
1145N/A </wsp:Policy>
0N/A <wsdl:types>
0N/A <xsd:schema targetNamespace="http://forgerock.org/ws-fed/securitytokenservice/schema">
1145N/A <xsd:import namespace="http://schemas.xmlsoap.org/ws/2005/02/trust"
0N/A schemaLocation="${baseUrl}/wsfederation/xsd/ws-trust-1.0.xsd"/>
0N/A </xsd:schema>
0N/A </wsdl:types>
0N/A <wsdl:message name="RST_InputMessage">
0N/A <wsdl:part name="request" element="wst:RequestSecurityToken"/>
0N/A </wsdl:message>
0N/A <wsdl:message name="RST_OutputMessage">
0N/A <wsdl:part name="RST_OperationResult" element="wst:RequestSecurityTokenResponseCollection"/>
0N/A </wsdl:message>
0N/A <wsdl:portType name="RST_PortType">
0N/A <wsdl:operation name="RST_Operation">
0N/A <wsdl:input wsaw:Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue"
0N/A message="tns:RST_InputMessage"/>
0N/A <wsdl:output wsaw:Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue"
0N/A message="tns:RST_OutputMessage"/>
0N/A </wsdl:operation>
0N/A </wsdl:portType>
0N/A <wsdl:binding name="UsernameBinding" type="tns:RST_PortType">
0N/A <wsp:PolicyReference URI="#usernameAuth"/>
0N/A <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
0N/A <wsdl:operation name="RST_Operation">
0N/A <soap12:operation soapAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue" style="document"/>
0N/A <wsdl:input>
0N/A <soap12:body use="literal"/>
0N/A </wsdl:input>
2070N/A <wsdl:output>
2070N/A <soap12:body use="literal"/>
0N/A </wsdl:output>
0N/A </wsdl:operation>
0N/A </wsdl:binding>
0N/A <wsdl:service name="SecurityTokenService">
0N/A <wsdl:port name="UsernamePort"
0N/A binding="tns:UsernameBinding">
0N/A <soap12:address location="${baseUrl}/WSFederationServlet/sts/metaAlias${metaAlias}"/>
0N/A <wsa10:EndpointReference>
0N/A <wsa10:Address>${baseUrl}/WSFederationServlet/sts/metaAlias${metaAlias}</wsa10:Address>
0N/A </wsa10:EndpointReference>
0N/A </wsdl:port>
0N/A </wsdl:service>
0N/A</wsdl:definitions>
0N/A