The ws-trust tag has no wiki summary.
0
votes
1answer
42 views
How to change MVC 4 app from passive to active authentication
I have an MVC 4 app setup to redirect to a passive STS site. I don't fully understand all the voodoo that WIF is doing to populate the ClaimsPrincipal on the thread when it returns from the redirect.
...
1
vote
1answer
34 views
Can I auto generate an STS binding for WsFederationHttpBinding endpoints via MEX
I have a WCF service that exposes a WsFederationHttpBinding endpoint programatically. I want to then use Visual Studio to create a client side endpoint using the service reference dialog. The client ...
0
votes
1answer
145 views
Securing WCF 4.5 service using Azure ACS 2.0 [duplicate]
How can I secure my WCF 4.5 service using Azure ACS 2.0?
0
votes
1answer
152 views
Azure Active Directory and WCF [closed]
How can I secure a WCF service using Azure Active Directory:
My Status:
- My WCF service that contains the business logic is hosted on Azure WebRole.
I want your help to do the following:
...
0
votes
0answers
10 views
WS-Trust related Query on HMAC SHA1
I am trying to implement the ws-trust and secure converstion in C language.
I have read the ws-trust spec and got to know about getting the binary secret without sending the entropy. I have a ...
0
votes
0answers
25 views
How to add some nodes programmatic(Java) in Header of Document created?
I have a requirement. I have created a WSTrust Request, there are some more nodes that are needed to be inserted in the header(below is the block) but not able to find the way to do that.
...
0
votes
1answer
121 views
How do I handle ActAs tokens in WIF 4.5?
I am creating an STS using the WIF (System.IdentityModel) classes in .NET 4.5. This STS needs to handle an ActAs token. I have successfully prototyped the client to send an ActAs token, and this ...
0
votes
0answers
52 views
ws-trust, ws-secureconversation and signing with shared secret key
I have a question about communicating with a STS server and also the message server. I am not using a framework, so i have to handle the system as soap based.
First, i send a request to the STS server ...
0
votes
1answer
214 views
Debugging ADFS 2.0 errors
I am trying to get a SAML 2.0 token from an ADFS 2.0 ws-trust service using C#. The popular sample is this one ...
1
vote
0answers
87 views
How to implement an active endpoint and passive STS with in one STS?
I have been struggling to find out how can I implement Active STS and Passive STS with in one STS.
Well the requirement is that I need to allow the applications to have their own login pages but ...
1
vote
0answers
114 views
Securing Webservices in JBoss using SAML
What is the workflow for securing web services using SAML and is there particular implementation of ws-trust in JBoss that can be used.
Currently I have a pojo-ws (SP) deployed in JBoss AS7 using ...
1
vote
0answers
105 views
ADFS can be implemented in Mono for Android
I'm making an application that must be connected to an ADFS. I wonder if it is possible in MonoDroid. Investigating I found a code for Windows Phone but MonoDroid no such classes. The code is
...
1
vote
1answer
423 views
Specifying the default WS Trust credentials in web.config
I have a custom STS implemented with WIF. My WS-Trust services are using these configurations:
<behavior name="WSTrustServiceBehaviour">
<serviceDebug ...
0
votes
1answer
117 views
Has anyone ever got WS-Trust to work in JBoss 7?
I've literally tried everything under the sun to get token based WS-Trust Web Services to work, to no avail. I can obtain a token from an STS, but the life of me, I can not figure out how make the WS ...
1
vote
1answer
298 views
Secure Web-Services with WS-Trust/SAML using PicketLink in JBoss 7?
I have a Web-Service that's being called from a remote Java program. I want to secure the Web Service with WS-Trust, using PicketLink. PicketLink is working, and I can obtain a token (assertion) from ...
1
vote
1answer
262 views
Is identity delegation via WS-Trust/ActAs supported in ACS?
I'm just getting started with claims-based security and have a question related to identity delegation. I've managed to set up a local dummy STS and a couple of WCF services that relies on it for ...
4
votes
3answers
287 views
How to failover Azure ACS if a data center goes down
We are looking for a way to provide failover for ACS instances, so if one data-center goes offline, authentication via ACS automatically fails over into another data center.
Background:
We use ACS ...
0
votes
0answers
202 views
No Security header in SOAP Message
We have created a Java client (using JAX-WS with Metro 2.0 framework) to access the STS (i.e., Secure Token Service in .Net). Currently we get the below exception.
May 29, 2012 12:37:12 PM ...
1
vote
0answers
89 views
How do I put a ClientAccessPolicy.xml file in the root directory of VS11's Local STS?
I am developing a Silverlight Application that uses active authentication to acquire a SAML token from an STS. During development, I'm trying to use Visual Studio's new Local STS, but to do so I need ...
1
vote
1answer
262 views
WCF Service TLS handshake using message security
I'm trying to implement a custom WCF service client. Server uses wsHttpBinding and message security with no client credentials. I have to programically form a proper soap envelope to begin TLS ...
0
votes
1answer
268 views
SAML-P to WS-Trust / WS-Fed Transition?
Is anyone aware of the possible options besides ADFS for federating between an Idp that uses SAML-P (SAML 2.0 Asserts) and a replying party that uses WS-Fed / WS-Trust (SAML 1.1 Assertions)?
