Questions tagged [wsfederationhttpbinding]
8 questions
7
votes
1 answer
WCF WS2007FederationHttpBinding with HTTPS
I'm encountering the following error when trying to connect to WCF API which is behind a HTTPS Proxy :
The server certificate with name 'CN=hostname' failed identity verification because its thumbprint ('X') does not match the one specified in the…

Bren
- 136
- 1
- 9
3
votes
1 answer
Bypassing OWIN WS-Federation Authentication in DEBUG mode
We want our development staff to be able to debug new code in an application which uses ADFS for authentication through the use of OWIN WS-Federation middleware. However WS-fed authentication Relying Party redirects to the Development App-server,…

JasonInVegas
- 381
- 2
- 10
1
vote
1 answer
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 generates the correct endpoint and binding but I…

Peter Short
- 762
- 6
- 17
0
votes
1 answer
WCF Server Configuration for ws2007FederationHttpBinding and Windows Authentication
I have to implement "Windows Authentication" on a service hosted on Server.
I am using "ws2007FederationHttpBinding".
I am using "ws2007FederationHttpBinding" binding since I am receiving token from my ADFS server.
Below are my server…

Shashank
- 401
- 2
- 13
0
votes
1 answer
tag requirement in consuming WCF with SAML token and using Federation binding
we have STS service whihc provides SAML token within the organization for security reasons all apps should get this token. I am buiulding a WCF service which should accept a SAML token and validate the same before serving the request.
So far I have…

user3264937
- 81
- 14
0
votes
0 answers
Ws2007FederationHttpBinding - Failed to allocate a managed memory buffer of 268435456 bytes. The amount of available memory may be low
We have a WCF service exposed over ws2007FederationHttpBinding binding. I am trying to access 100MB word document over this service and getting error as "Failed to allocate a managed memory buffer of 268435456 bytes. The amount of available memory…

Hari Narisetty
- 176
- 1
- 2
- 14
0
votes
1 answer
Using Session with WCF WS2007FederationHttpBinding (WSFederationHttpBinding)
I can't get my values stored in the WCF session when use WS2007FederationHttpBinding. I've seen this topic Session in WCF not consistent, but it didn't help. Moreover, I don't care about reliable session, I just want to store some info in the…

Lanayx
- 2,731
- 1
- 23
- 35
0
votes
2 answers
.Net wsFederationHttpBinding and SAML2.0
OK I have created a SAML Implementation using wsFederationHttpBinding but I do not want to encrypt the soap:Body.
As Specified here http://msdn.microsoft.com/en-us/library/system.servicemodel.wsfederationhttpsecuritymode.aspx
it says the "Message…

John Hartsock
- 85,422
- 23
- 131
- 146