Tagged Questions
0
votes
0answers
132 views
Desktop app using ADFS over WCF (claims auth), gives generic 'failed' code for issuedtokenmixedsymmetricbasic256
There's a load of stuff to cover, so I'll try to keep it structured, as all good programmers should.. bear with me.
My Environment
.NET 3.5 SP1 Smart Client
Uses WCF+SOAP over HTTP to communicate ...
0
votes
0answers
61 views
WSTrustChannelFactory Credentials, where and how to store Credentials?
I inherited this code for making a call to a WCF service using claims based authentication( this just creates the binding, but you get the picture):
UserNameWSTrustBinding binding = new ...
2
votes
0answers
116 views
Create claim-based Rest WCF
I have two domains. Each one has ADFS. In domain B I have a claim based SOAP WCF service and in domain A I have an active client. The client knows through configuration only, to:
Go to A's ADFS and ...
2
votes
0answers
273 views
Calling WIF (SAML) secured WCF REST service from Javascript (jQuery)
I'm beginning to have doubts as to if this is possible but I'm hoping that someone out there has a deeper understanding of the mechanics than I do.
We are planning to host a pure javascript form in ...
0
votes
2answers
438 views
consuming wcf service secured by adfs in windows phone application
I have a wcf service secured by ADFS deployed in azure. I am able to consume that service in my console application. But when I am not sure how to consume that service in windows phone 7 application.
...
1
vote
1answer
580 views
Issue Contacting ADFS Endpoint When on Server
I have a service that is setup to retrieve a secure token from ADFS and use that token to communicate with other services. When I contact my ADFS windowsmixed endpoint from my local development ...
1
vote
2answers
856 views
Integrate WCF with ADFS 2.0 and ACS - Some guide needed
We are planning to provide single sign on to our set off .NET applications(Web and windows) using ADFS 2.0, ACS and WIF. I am quite new to these technologies.
I have seen quite few videos on channel ...
2
votes
2answers
3k views
Implementing ACS with and ADFS as STS
We are attempting to use the ACS sample 4 (from http://claimsid.codeplex.com/) as template for our ADFS project.
We have no problem with passive requests to ADFS authenticated services. In the sample, ...
1
vote
1answer
243 views
Send ClaimCollection from Silverlight to WCF
I am implementing ADFS for a Silverlight application hosted in the cloud. I am using the Identity model provided in the IdentityTrainingKit to read the claims using Passive Authentication. I am ...
1
vote
1answer
388 views
iOS and ADFS protected web site
I have a web application that is protected using ADFS, this was previously NTLM. We used to be able to retrieve data using the ASIHTTPRequest classes, but it does not appear to work with ADFS. The ...
3
votes
1answer
1k views
Authenticate user of web service via ADFS
I was hoping that someone could confirm my understanding (or lack thereof!) of ADFS with respect to WCF.
I've even drawn a pretty diagram.
"Bob" uses a web app, which is hosted on Client's domains. ...
4
votes
2answers
4k views
Securing backend WCF service with WIF using ADFS2 as IP
I’m having an issue using ADFS2 to secure a back-end WCF service that is being called from Passively Federated Website. I have the passive federation working on the website, but the back-end service ...
1
vote
1answer
1k views
Invoking a WCF service using claims based authentication
I have a WCF service deployed in a server machine. We are using claims based authentication to authenticate the WCF service caller. The WCF service is restricted by using IIS Authorization rules.
How ...