Anyone know how I can set the SoapActor for the WSE SecurityContext Token
issuer on my web service? I have the following setup:
<tokenIssuer>
<autoIssueSecur ityContextToken enabled="true" />
<serverToken>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<wsse:SecurityT okenReference
xmlns:wsse="htt p://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:KeyIdenti fier
ValueType="http ://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509Subject KeyIdentifier"> xY55p5yKXMVbn2e 0gmhB4kecdw8=</wsse:KeyIdentif ier>
</wsse:SecurityTo kenReference>
</KeyInfo>
</serverToken>
</tokenIssuer>
Do I have to setup my own asmx method to handle the
"http://schemas.xmlsoap .org/ws/2004/04/security/trust/RST/SCT" SOAP action?
Thomas S. Trias
Senior Developer
Afni Insurance Services
issuer on my web service? I have the following setup:
<tokenIssuer>
<autoIssueSecur ityContextToken enabled="true" />
<serverToken>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<wsse:SecurityT okenReference
xmlns:wsse="htt p://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:KeyIdenti fier
ValueType="http ://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509Subject KeyIdentifier"> xY55p5yKXMVbn2e 0gmhB4kecdw8=</wsse:KeyIdentif ier>
</wsse:SecurityTo kenReference>
</KeyInfo>
</serverToken>
</tokenIssuer>
Do I have to setup my own asmx method to handle the
"http://schemas.xmlsoap .org/ws/2004/04/security/trust/RST/SCT" SOAP action?
Thomas S. Trias
Senior Developer
Afni Insurance Services
Comment