Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
897 views

Federated identity on Google App Engine

I am successful with the both methods below, to log on using federated log in for my site on Google App Engine (Python) users.create_login_url("\", "google", ...
4
votes
2answers
490 views

Google App Engine Java - Federated Login, what to keep in Datastore

I'm building a Google App Engine for Java app using Federated login. When a user has logged into my app using an OAuth provider I get a User object back ...
4
votes
2answers
1k views

Windows Identity framework with windows XP

How can use the Windows Identity Foundation SDK with Windows XP ?
4
votes
4answers
2k views

WIF manually generate federationmetadata.xml

I am playing with windows identity foundation and I am trying to create an MVC.NET based Security Token Service and use it as the Single Sign On application. My only problem is that I don't know how ...
4
votes
2answers
1k views

Creating a local Token cache using the Geneva Framework

Haven't seen many Geneva related questions yet, I have posted this question in the Geneva Forum as well... I'm working on a scenario where we have a win forms app with a wide installbase, which will ...
4
votes
2answers
6k views

Implementing claims-based security (WCF/ASP.NET)

After researching on the topic of claims-Based security (or a federated security model). I've been coming across many examples that use CardSpace as an example. The main article that I read that gave ...
3
votes
2answers
260 views

How do I change my WCF's FederationMetadata.xml file for various deployments?

We have an ADFS 2.0 installation that's working well for our MVC apps in our various environments. I believe it uses "passive authentication" (I'm still getting used to the proper terminology) - it ...
3
votes
1answer
1k views

Error - A SignInResponse message may only redirect within the current web application - MVC 2.0 application

I have a situation where we have a MVC 2 application(I tried this with a basic MVC 2 app without any extra stuff, still same problem) and am using adfs 2 for authenticating my users. So.. Now I get ...
3
votes
1answer
1k views

Asp.net MVC/Silverlight and Sharepoint 2010 integration

Just a sidenote: I'm not sure whether I should post this to serverfault as well, because some MOSS admin may have some info for me as well? Additional note 1: I've found this document (Asp.net ...
3
votes
1answer
2k views

SAML assertion with username/password - what do the messages really look like?

I need to create a some SAML 2.0 assertions, and I'm having trouble finding what the XML should really look like. Most of the documentation seems to be about using particular tools, not about the ...
3
votes
2answers
824 views

Simple Claims Transformation for an RP-STS in Geneva Framework

After reading the MSDN article (http://msdn.microsoft.com/en-us/magazine/2009.01.genevests.aspx) on implementing a Custom STS using the Microsoft Geneva Framework I am a bit puzzled about one of the ...
2
votes
1answer
75 views

What is the difference between System.IdentityModel & Microsoft.IdentityModel which one should I use?

I just starting out trying to write a federated claims provider I'm using the http://claimsid.codeplex.com/ examples as my template. So I start up VS2010 to begin my own project and the first thing I ...
2
votes
1answer
279 views

WCF FederatedAuthentication session state messes with ClaimsAuthorizationManager

Context: There are a few threads here on Stack and on Bing that talk about WCF and session sharing with ASP.NET. None satisfy my issue fully. So here goes: I have an MVC site which also has a few ...
2
votes
2answers
500 views

How do I configure WCF to use a custom Realm in URN format with Azure ACS?

How do I make my WCF client authenticate using the ACS to my internally hosted WCF service? The issue revolves around setting a custom Realm (which I can't figure out how to set.) My ACS is ...
2
votes
0answers
448 views

Windows Identity Foundation - Local STS on Windows Azure

I am trying to use Federated authentication on Azure. I found a example of having a local sts outside azure which is used for authentication from a web role hosted in azure. This works perfectly. My ...
2
votes
1answer
550 views

OpenSSO Fedlet with PHP

Is it possible to use the OpenSSO fedlets with PHP (or tech. other than Java or .Net) to Enable to enable Identity Federation? Is there any examples of using fedlets implementing with PHP?
2
votes
4answers
1k views

What's a good way to get started integrating ADFS with AzMan?

Does anyone know of any good screenscasts or documentation covering the integration Active Directory Federation Services (ADFS) with Authorization Manager (AzMan)?
2
votes
1answer
704 views

Moving from ADFS to the Geneva Framework

My company is in need of a federated identity solution, and being a Microsoft shop, we're looking to use MS technologies to accomplish this goal. We don't have Server 2008 or .NET 3.5 in production, ...
2
votes
2answers
183 views

Does it make sense to set up a trusted relationship between Active Directory instances at partner companies?

If a company often requires users to be created in a partner's active directory, and vice versa, does it make sense to set up a federated / trusted relationship between the AD instances? If so, what ...
1
vote
0answers
42 views

Verify that a valid session token exists before making a WCF service call multiple browsers with shared session

Using WIF, WCF within a Silverlight client accessing backend WCF services. The application sign out uses Federation Authentication Module SignOut method which in turn calls Session Authentication ...
1
vote
1answer
75 views

WSO2 Identity server with ASP .NET and WIF

We are looking into Microsoft ASP .NET(WS-Federation with windows identity foundation) interoperability with WSO2 identity server. I posted the issue on the forum 14 weeks ago ...
1
vote
1answer
61 views

WIF and passive federation, cookie access

Concerning passive federation, I'm wondering how the transport of the security token from STS to the relying party works exactly. On nearly every article regarding the Windows Identity Foundation and ...
1
vote
1answer
95 views

Converting single client SQL Server database into single database multi tenant

We currently have a system where each of our users gets a database. We are now moving to a one database multi-tenant schema so one database can house many customers. A few questions: Is the a ...
1
vote
1answer
138 views

How to fix “not a known principal” error with Windows Azure Access Control Service (ACS) and custom STS

I'm working on a proof of concept for Federated Authentication. I've created a custom STS (basically a re-write of the Windows Identity Foundation Basic STS sample) and set up relying parties to use ...
1
vote
4answers
72 views

Can federated login (OpenID, e.g.) pose SQL injection risk?

Can all identity providers be safely assumed to sanitize user information, or could one create an account or identity provider to deliver malicious usernames, emails, contact lists, etc?
1
vote
1answer
36 views

Windows Live ID Continue Button Broken

We have a production web application that uses Windows Live ID as its authentication mechanism. For several months now, it has been working great. However, in early August, we suddenly started ...
1
vote
1answer
70 views

How to Protect Only Certain Parts of a Web Site using the Federated Authentication Module

I want to Integrate Windows Identity Framework(WIF) For SSO, Federated Authentication Module of WIF is triggering on every Page of Website sends user to Signin Pgae i want on Some Page of My Website ...
1
vote
1answer
480 views

Windows Identity Foundation how to use federated logout properly?

I rolled my own STS provider using WIF and also have a few apps which are Relying Parties. The session timeout on the STS provider is set to 30mins and so are the relying parties. When a person ...
1
vote
2answers
94 views

Can the Apple Id be used by none Apple applications?

Both Google and Facebook can act as Identity Providers in a security federation setup like Ping Identity or Microsoft ACS. Does anyone know if it is possible to add Apple Id as an identity provider?
1
vote
1answer
150 views

Is it possible to use active federation with the Azure Access Control Service?

The Windows Azure Access Control Service (ACS) enables federated authentication, but all the examples I've seen has been of passive federation (browser-based applications authenticating via a sequence ...
1
vote
1answer
101 views

Accessing claims via the security principal attached to the request thread, versus AuthorizationContext

I'm working with the Azure ACS Labs where they are using FederatedServiceCredentials to authenticate users for Active Federation. Now I want to access the claims of the user from within the WCF ...
1
vote
0answers
108 views

How to force reauthentication with federated security

I am using federated security and my goal is to be able to force clients to get a new token from the STS and not use one already issued. Seems like this can be accompolished by making the security ...
1
vote
2answers
975 views

Create SAML Authentication request using WIF

It seems most of the WIF information out there is useful for enabling federated authentication across entire applications. I'm interested in using the API to create SAML authentication requests and ...
1
vote
1answer
185 views

Passing Shibboleth credentials after successful authentication

I have a high-level/conceptual question about Shibboleth. I'm working on the front-end (running Drupal) of a data-driven web app. End-users interact with the front-end to construct data queries, ...
1
vote
2answers
508 views

PHP solution to do Google federated login easily?

I see stackoverflow's login system and love the simplicity of clicking one button to log in using Google gmail account. Is there something available for PHP? I know there's solutions out there for ...
1
vote
1answer
357 views

Sharepoint 2010 API for adding new Trusted Identity Token Issuer

Does anyone know a Sharepoint 2010 API for adding a new trusted identity token issuer (aka identity provider)? I can do this using the PS cmdlet New-SPTrustedIdentityTokenIssuer, but I need to do it ...
1
vote
2answers
158 views

An IdP/STS for SaaS providers, where the SaaS customer does his own user management?

(This question is not about programming, but about how to avoid doing any programming. Also, lots of terminology in here-- I'm assuming someone with an answer will already know what they mean.) ...
1
vote
1answer
61 views

What is the security advantage of STS in web services?

I've started reading up on security (particularly authentication) with web services and I see a lot of references to security token services. From what I see, they take a username-password (or ...
1
vote
1answer
184 views

changing user with federated security in WCF

I have been tasked with implementing user switching in a component that connects to a WCF service using federated security. I can use Tokenclaims.ReadClaim() to find out what username is currently ...
1
vote
2answers
708 views

SAML 2.0 assertion response URL for Ping Federate 6.1 service provider

A supplier uses Ping Federate for SAML-based single sign-on. I've got some custom SAML 2.0 code which implements a rudimentary identity provider. I'm doing IDP-initiated SSO with URL and HTTP Post. ...
1
vote
1answer
129 views

Federated Identity Management

I'm looking for a way to pull user (eg. inetOrgPerson) information in a federated way. For the most part, this information will come from LDAP but could come from secondary systems. I've looked at ...
1
vote
1answer
495 views

Do I need a custom membership provider to integrate third-party authentication into ASP.NET?

I have an ASP.NET MVC application into which I have just integrated the RPX third-party federated identity system. The integration is working ok, but I'm having some difficulty wrapping my head ...
1
vote
6answers
814 views

Web Application - User Authentication Across Domains

A client of ours has approached us to develop an application, and as usual the scope grows day by day. Initially it started as a dedicated app confined within their corporate network. User ...
0
votes
1answer
60 views

WIF entry point, federated authentication

In an asp.net application, is it possible to have only a handful of pages (.aspx) to be WIF protected while leaving the other pages untouched? Basically, what I want is when the user land on the ...
0
votes
2answers
39 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
48 views

how to get information like email-id of currently logged in user using Federated authentication in a win azure app

A windows azure application accept Federated authentication where user can log in using any of the gmail , facebook and live id . Once user is logged in , how can one extract information like getting ...
0
votes
1answer
98 views

Is Federation ID Predicate just a SQL Azure thing?

Im setting up a multi tenant database and came across the following blog post on federations: SQL Azure Multi Tenant They write about assigning a predicate to filter data between tenants: In a ...
0
votes
1answer
307 views

How to set up simplesamlphp to use ADFS 2 as idp

I'm trying to get simplesamlphp 1.8 to use ADFS 2 as IdP. Now I'm seriously stuck when getting browser NTLM authentication dialog, which does not accept any login (after selecting "Test ...
0
votes
2answers
103 views

Active Directory user federation with Rails?

Is it possible to use existing AD users to authenticate them in a ruby on rails app? To be a bit more precise here's the current situation. A rails app is hosted on a linux box. Currently Brightbox ...
0
votes
1answer
64 views

Handle WIF SignInResponseMessage (Post) when user requests action method with both [HttpGet] & [HttpPost] overloads]

I thought the solution to this would occur to me as I've sat on this problem for many months - but my brain has not flags the obvious best approach. I have two controller methods say "Edit" that are ...

1 2