The ws-federation tag has no wiki summary.
0
votes
1answer
48 views
SAML IDP, ADFS 2.0 SP & WS-Fed Application
UPDATE:
I was able to get ADFS to forward my user to the relying party application. I used ComponentSpace's SAML2.0 library and RelayState. Even though it successfully forwards to the WIF ...
0
votes
1answer
37 views
Is it possible to use WIF SessionAuthenticationModule cookies across sub-domains?
I'm currently authenticating across sub-domains using Forms Auth. So I have the following servers:
site1.domain.com
site2.domain.com
and they're able to share a Forms Auth cookie. Here is a link to ...
0
votes
3answers
151 views
How to validate WS-Federation SAML tokens with Java Service Provider
I am working on a project that uses ws_federation and SAML to authenticate to a Identity Provider running on a IIS server running on .net called thinktecture
I need to write a Java Service Provider ...
1
vote
1answer
112 views
ADFS 2.0 IDP-Initiated SSO
I am attempting to set up a test configuration for IdentityProvider-Initiated SSO using ADFS 2.0 as my RP STS and a SAML 2.0 identity provider. Here is my set up:
Identity Provider - SAML 2.0 token ...
0
votes
1answer
46 views
Is there a javascript library to obtain authentication token with Windows Azure Active Directory
I have a number of web services created using Microsoft MVC4 Web Api and protected using WIF and Windows Azure Active Directory (WAAD) using WS-Fed.
I also have a pure HTML5/Javascript single page ...
0
votes
1answer
72 views
Supporting ASP.NET forms authentication for extranet users and ADFS federated login for intranet users
I am developing an asp.net MVC web application that will be deployed in the cloud and should support the following authentication scenarios:
Transparent authentication for domain users on an ...
2
votes
2answers
220 views
Azure Access Control Service (ACS) - ACS50001: Relying party with identifier 'https://[namespace].accesscontrol.windows.net/' was not found
I have an ACS namespace with a WS-Federation identity provider set up. Since I'm using Visual Studio 2012, I used the Identity and Access Tool to create the relying party. The tool uses the realm and ...
0
votes
1answer
66 views
ACS and CRM Online - Cannot Create Identity Provider - Federation Metadata Fails
I'm trying to create an ACS WS-Federation identity provider that uses CRM Online as the identity provider. When I try to enter the federation metadata for CRM Online, it breaks. If I use the ...
1
vote
1answer
65 views
How to avoid 'SamlAssertion.NotOnOrAfter condition is not satisfied' errors
Recently I have started using claim-based authentication on an existing web application. Because the application makes use of jQuery & more notably, the AJAX functions, I have had to alter the ...
0
votes
0answers
76 views
WS-Federation metadata sprecifice saml 2.0 token format
I have configured ADFS 2.0 on one machine and service provider on another machine (using .net framwork 4.5, visual 2012, mvc4).
I would like to know what should i configure that the WS-Federation ...
0
votes
1answer
133 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?
1
vote
0answers
67 views
Standard ChannelFactory using CreateChannelWithActAsToken using wrong trust version to request ActAs token
When I use my security token to call factory.CreateChannelWithActAsToken it calls my STS's Issue using the wrong namespacing and expecting the wrong trustversion.
I can connect to my STS and request ...
0
votes
0answers
44 views
Make azure trust a certificate
I'm deploying a site on azure staging that uses WS-Federation. I'm facing problems now because my test STS uses a self-signed certificate and azure is refusing the certificate dispite the fact that I ...
1
vote
1answer
164 views
ADFS 2.0 - No Home Realm Discovery
I have the following network configuration for federating an asp.net application, but I am not seeing my home realm discovery screen. I can't figure out what I'm doing wrong.
ADFS #1
- Relying ...
0
votes
0answers
169 views
Claim Aware WCF :The request for security token could not be satisfied because authentication failed
I am using Claim Based WCF Service which is having following configuration : -
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<behavior>
...
0
votes
0answers
38 views
Identify user when using WSFederationAuthenticationModule ASP.net HttpModule
When using the 'WSFederationAuthenticationModule' ASP.net HttpModule from Microsoft with my website, is it possible to identify the user at my website after they've remotely logged in?
0
votes
1answer
222 views
ADFS 2.0 sign-out failure with SAML2 (protocol) identityprovider
We are using ADFS 2.0 as a federation provider with a identityprovider (claimsprovider) that uses the SAML2 protocol. The relying parties for ADFS uses WS-Federation protocol.
We are now able to ...
0
votes
1answer
93 views
User management in passive federation
I have with usage of Windows Identity Framework (WIF) created IP-STS and three separate Relying Parties under the one federation. Federated Single Sing On and Sign Out scenarios work fine. This is ...
2
votes
1answer
273 views
BootstrapContext is null on ClaimsIdentity
I have created a new ASP.NET MVC application with .NET 4.5. I have successfully set up authentication with an STS. The authentication flow is working fine and I am able to get the ClaimsIdentity, ...
0
votes
1answer
78 views
The way of STS token storing after validation
I need additional clarification.
If I got correctly from this link Where Federation authentication token is saved [WIF STS]? and other general WIF-STS discussions, STS token is in default scenario ...
0
votes
1answer
88 views
Web application - STS identity provider integration
I would like to set web application with STS identity provider correlation on.
I have prepared test web application, set all mandatory WIF data with WIF Federation utility and target the STS service. ...
0
votes
2answers
132 views
Parsing 'wresult' value without WSFederationAuthenticationModule
When returning from Azure ACS I retrieve a federation authentication result inside a FormCollection. The value containing the information I need is inside an encrypted value called "wresult". I'm ...
1
vote
0answers
223 views
Sharing IClaimsPrincipal/FedAuth Cookie between servers/apps ID1006
I have an ASP.NET app that uses Azure ACS (and indirectly ADFS) for Authentication - which all works fine. Now I've been asked to pass the SessionToken to another backend service where it can be ...
2
votes
1answer
737 views
how to use a business identity provider (e.g. ADFS2)
I am running Win 7, IIS 7.0, VS2012
I have created asp.mvc4 web app
I have ADFS2.0 on a separate VM
Using the Identity and Access tools in VS 2012
I select use a business identity provider ...
1
vote
1answer
661 views
How to set FedAuth cookie SessionToken.IsPersistent conditionally when SessionSecurityTokenCreated
I am using WIF with WS Federation so that my ASP.NET application can authenticate against an STS (Thinktecture IdentityServer). In my RP I would like to pragmatically set the cookie persistence based ...
2
votes
0answers
252 views
Mixed Mode Federated authentication and Forms Authentication
I am trying to make a mixed mode authentication to be able to put some users on Federated authentications and others on Forms authentication.
I am working with WIF, I set up my STS and everything is ...
0
votes
0answers
170 views
Xml errors thrown via Ws-fed authentication
I'm seeing the following error occur in the logs of a WIF-based reliant-party application that I work on and can't re-create the issue:
CData elements not valid at top level of an XML document. Line ...
0
votes
0answers
144 views
How to redirect after MS Live ID authentication
I'm developing an ASP.NET web-application, that is hosted on Azure and used Windows Identity Framework for authentication.
The question is: How to handle response from Identity Provider (MS Live ...
2
votes
2answers
198 views
preventing cross-site scripting in wtrealm
We are creating a message like following which is a SignInRequestMessage
var message = Microsoft.IdentityModel.Protocols.WSFederation.WSFederationMessage.CreateFromUri(Request.Url);
It has the ...
1
vote
1answer
682 views
Where is WIF Security Token timeout coming from?
One of the events on the SessionAuthenticationModule class is SessionSecurityTokenReceived. This allows us to look at the session token that we receive from AD FS. The SessionToken as two properties ...
0
votes
0answers
64 views
WS-Federation login without IdP login flow
I want to allow a "logged in user" (from a non-claims aware application) to access a WS-Fed RP without having to login to the IdP. Looking to achieve the same as minting a SAMLP AuthN response ...
1
vote
1answer
225 views
issuedTokenAuthentication audienceUriMode=”Never”
I had migrated wcf 3.5 to 4.0 and I had the following error:
"An error occurred when processing the security tokens in the message"
A google search lead me to this post:
...
2
votes
5answers
350 views
Very bad performance using WSFederationHttpBinding
I have very bad performance using WSFederationHttpBinding - iis process only 250 requests per second.
Binding:
public class CustomFactoryActive : ServiceHostFactory
{
protected override ...
0
votes
2answers
197 views
Does ADFS Install Require Active Directory?
In order to implement Federated Sign-on between a (potentially more than one) customer with ADFS and my web application, I understand that I need ADFS installed in my environment.
If I were to do ...
4
votes
4answers
1k views
WIF- ID1014: The signature is not valid. The data may have been tampered with
I've been using WIF to authenticate our new website, the STS is based upon the starter-sts implementation.
To enable this to work correctly on out load balanced environment I've used the following in ...
0
votes
1answer
286 views
How do I support streaming in WSFederationHttpBinding?
I have a wcf service which is used to upload and download large files to server. I'm using MTOM message encoding and I want to use streamed transfer mode. But we are using wsFederationHttpBinding. How ...
2
votes
1answer
733 views
Creating a WS-Federation Identity provider using OpenAM
We are trying to implement SSO for our .NET application deployed on Azure. We have been mandated to use openAM as the Idp.
I am following instructions @ ...
1
vote
1answer
533 views
How to see the redirect status from an STS / IdP
I have searched (probed ,even) for an answer to this but haven't come up with anything useful so far. I'm pretty new to ADFS, STS's in general and WIF so please excuse any obvious ignorance or ...
2
votes
1answer
276 views
Do I need Federation Authentication if I have a custom STS? If so, why?
If I have a custom Secure Token Service that specifically lists out allowed audiences and checks if the token is coming from one of of those audiences and also checks the thumbprint and issuer of the ...
1
vote
2answers
474 views
Prevent XmlHttpRequest redirect response in .Net MVC WS-Federation Site
I'm using WS Federated (Claims Aware) authentication on an MVC 3 site and am having trouble keeping some of my API controllers that send JSON from returning a redirect when the authentication fails. ...
3
votes
4answers
2k views
Transparent SSO with SAML (IE, SAML 2.0, ADFS, Kerberos authentication)
Configuration is: ADFS 2.0 as IdP (both WS-Federation and SAML 2.0 are supported), ASP.NET app as Service Provider. When SPS requests ADFS with WS-Federation standard (WIF used) it lets me login to ...
0
votes
1answer
265 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)?
2
votes
0answers
648 views
Configuring SSL (https) for ws2007FederationHttpBinding Endpoint 404 No Endpoint found
Another WIF related problem - can anyone point me in the direction of how to configure https in wcf for a ws2007FederationHttpBinding endpoint. I have the certificates and bindings all set-up in IIS, ...
5
votes
1answer
728 views
Using WIF with asp.net MVC 3, where do I define the STS Sign out endpoint?
I see that the FedMetadata document can provide signout notification and subscription endpoints, and web.config defines the issuer url for sign in requests, but I can't find where WIF knows to send ...
0
votes
2answers
171 views
WS-Federation vs System.DirectoryServices
I got a bit confused. If there is WS-Federation which allows my webservice's users to authenticate via LDAP what is the difference then if I use WS-Federation or System.DirectoryServices namespace in ...
1
vote
1answer
275 views
How to grab serialized in http request claims in a code using WIF?
ADFS 2.0, WIF (WS-Federation), ASP.NET: There is no http modules or any IdentityFoundation configuration defined in a web.config (like most WIF SDK samples show), instead everything is done via ...
0
votes
2answers
251 views
How to use file-based config for Saml2SecurityTokenHandler?
Using Saml2SecurityTokenHandler to validate SAML2 bearer token from internal provider or from ACS. Able to programmatically configure the handler to validate just fine, but it doesn't seem to want to ...
0
votes
1answer
303 views
How to implement “IdP first” scenario for WS-Federation
ADFS 2.0, WIF (WS-Federation): I want to implement SSO in the scenario when user goes to IdP web-site first to be authenticated. In this scenario our customers have intranet web-portals with links to ...
8
votes
2answers
3k views
Relate ADFS, WIF, WS Federation, SAML, STS
These are the some of the keywords for single-sign-on implementation using Microsoft technologies,Can someone relate ADFS, WIF, WS Federation, SAML, STS (Security token service) and when and where it ...
2
votes
0answers
171 views
Encrypted proof token in wsfederationhttpbinding
I have written a WCF client that uses wsfederationhttpbinding in order to authenticate to a STS and RPS. I recently noticed (using Fiddler) that the response received from the STS includes a ...



