github.com/vmware/go-vcloud-director/v2@v2.24.0/test-resources/golden/TestSamlAdfsAuthenticate_REQ_adfs_services_trust_13_usernamemixed.golden (about)

     1  <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" 
     2  	xmlns:a="http://www.w3.org/2005/08/addressing" 
     3  	xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
     4  	<s:Header>
     5  		<a:Action s:mustUnderstand="1">http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue</a:Action>
     6  		<a:ReplyTo>
     7  			<a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
     8  		</a:ReplyTo>
     9  		<a:To s:mustUnderstand="1">REPLACED</a:To>
    10  		<o:Security s:mustUnderstand="1" 
    11  			xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    12  			<u:Timestamp u:Id="_0">
    13  				<u:Created>REPLACED</u:Created>
    14  				<u:Expires>REPLACED</u:Expires>
    15  			</u:Timestamp>
    16  			<o:UsernameToken>
    17  				<o:Username>fakeUser</o:Username>
    18  				<o:Password o:Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">fakePass</o:Password>
    19  			</o:UsernameToken>
    20  		</o:Security>
    21  	</s:Header>
    22  	<s:Body>
    23  		<trust:RequestSecurityToken xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">
    24  			<wsp:AppliesTo xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
    25  				<a:EndpointReference>
    26  					<a:Address>https://192.168.1.109/cloud/org/my-org/saml/metadata/alias/vcd</a:Address>
    27  				</a:EndpointReference>
    28  			</wsp:AppliesTo>
    29  			<trust:KeySize>0</trust:KeySize>
    30  			<trust:KeyType>http://docs.oasis-open.org/ws-sx/ws-trust/200512/Bearer</trust:KeyType>
    31  			<i:RequestDisplayToken xml:lang="en" 
    32  				xmlns:i="http://schemas.xmlsoap.org/ws/2005/05/identity" />
    33  			<trust:RequestType>http://docs.oasis-open.org/ws-sx/ws-trust/200512/Issue</trust:RequestType>
    34  			<trust:TokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV2.0</trust:TokenType>
    35  		</trust:RequestSecurityToken>
    36  	</s:Body>
    37  </s:Envelope>