473,404 Members | 2,179 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

SoapActor and SCT

Anyone know how I can set the SoapActor for the WSE SecurityContextToken
issuer on my web service? I have the following setup:

<tokenIssuer>
<autoIssueSecurityContextToken enabled="true" />
<serverToken>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<wsse:SecurityTokenReference
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:KeyIdentifier
ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509SubjectKeyIdentifier">xY55p5yKXMVbn2e0gmhB 4kecdw8=</wsse:KeyIdentifier>
</wsse:SecurityTokenReference>
</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
http://www.afniinc.com/

Nov 23 '05 #1
4 2009
Hello Thomas,
The way its implemented, if memory serves me right, you shouldnt have to
do anything. You've already set it up with autoIssueSecurityContextToken
enabled.

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
Anyone know how I can set the SoapActor for the WSE
SecurityContextToken issuer on my web service? I have the following
setup:

<tokenIssuer>
<autoIssueSecurityContextToken enabled="true" />
<serverToken>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<wsse:SecurityTokenReference
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-ws
security-secext-1.0.xsd">
<wsse:KeyIdentifier
ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x50
9-token-profile-1.0#X509SubjectKeyIdentifier">xY55p5yKXMVbn2e0gmhB 4kec
dw8=</wsse:KeyIdentifier>
</wsse:SecurityTokenReference>
</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
http://www.afniinc.com/


Nov 23 '05 #2
The issue works just fine; it's just that I want to set the SoapActor for SCT
requests...

If I set the SoapActor on my web service, I can access it with the
appropriate "To" header (and read up the appropriate policy). I want to be
able to use the same "To" and policy entries for the SCT issuer.

Thomas S. Trias
Senior Developer
Afni Insurance Services
http://www.afniinc.com/

"Dilip Krishnan" wrote:
Hello Thomas,
The way its implemented, if memory serves me right, you shouldnt have to
do anything. You've already set it up with autoIssueSecurityContextToken
enabled.

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
Anyone know how I can set the SoapActor for the WSE
SecurityContextToken issuer on my web service? I have the following
setup:

<tokenIssuer>
<autoIssueSecurityContextToken enabled="true" />
<serverToken>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<wsse:SecurityTokenReference
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-ws
security-secext-1.0.xsd">
<wsse:KeyIdentifier
ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x50
9-token-profile-1.0#X509SubjectKeyIdentifier">xY55p5yKXMVbn2e0gmhB 4kec
dw8=</wsse:KeyIdentifier>
</wsse:SecurityTokenReference>
</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
http://www.afniinc.com/


Nov 23 '05 #3
The issue works just fine; it's just that I want to set the SoapActor for SCT
requests...

If I set the SoapActor on my web service, I can access it with the
appropriate "To" header (and read up the appropriate policy). I want to be
able to use the same "To" and policy entries for the SCT issuer.

Thomas S. Trias
Senior Developer
Afni Insurance Services
http://www.afniinc.com/

"Dilip Krishnan" wrote:
Hello Thomas,
The way its implemented, if memory serves me right, you shouldnt have to
do anything. You've already set it up with autoIssueSecurityContextToken
enabled.

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
Anyone know how I can set the SoapActor for the WSE
SecurityContextToken issuer on my web service? I have the following
setup:

<tokenIssuer>
<autoIssueSecurityContextToken enabled="true" />
<serverToken>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<wsse:SecurityTokenReference
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-ws
security-secext-1.0.xsd">
<wsse:KeyIdentifier
ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x50
9-token-profile-1.0#X509SubjectKeyIdentifier">xY55p5yKXMVbn2e0gmhB 4kec
dw8=</wsse:KeyIdentifier>
</wsse:SecurityTokenReference>
</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
http://www.afniinc.com/


Nov 23 '05 #4
The issuer works just fine; it's just that I want to set the SoapActor for
SCT requests...

If I set the SoapActor on my web service, I can access it with the
appropriate "To" header (and read up the appropriate policy). I want to be
able to use the same "To" and policy entries for the SCT issuer.

Thomas S. Trias
Senior Developer
Afni Insurance Services
http://www.afniinc.com/

"Dilip Krishnan" wrote:
Hello Thomas,
The way its implemented, if memory serves me right, you shouldnt have to
do anything. You've already set it up with autoIssueSecurityContextToken
enabled.

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
Anyone know how I can set the SoapActor for the WSE
SecurityContextToken issuer on my web service? I have the following
setup:

<tokenIssuer>
<autoIssueSecurityContextToken enabled="true" />
<serverToken>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<wsse:SecurityTokenReference
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-ws
security-secext-1.0.xsd">
<wsse:KeyIdentifier
ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x50
9-token-profile-1.0#X509SubjectKeyIdentifier">xY55p5yKXMVbn2e0gmhB 4kec
dw8=</wsse:KeyIdentifier>
</wsse:SecurityTokenReference>
</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
http://www.afniinc.com/


Nov 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Thomas S. Trias | last post by:
Here's a brief overview of the architecture we have in place: WSE 2.0 SP2 Web Service on http://localmachine:8080/Service.asmx PAT Firewall with HTTP fixup at externaladdr 80 => localmachine 8080...
4
by: Thomas S. Trias | last post by:
If you specify a Destination with both an Address and a Via, the Address is used as both the Url property (transport) AND the "To" SOAP header. The Via portion is effectively ignored, making it...
0
by: Mike Schilling | last post by:
I'm trying to access a WCF service via an intermediary that accepts and forwards the request. This works fine using the basic http binding, but using WsHttpBinding turns on WS-Addressing. Since...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.