Tagged Questions
The federation tag has no wiki summary.
4
votes
2answers
87 views
Huge number of objects, sharding and java EE
I'm new to java ee and I'm not sure how to implement a particular requirement.
I have need for a large set (millions) of objects that maintain a bunch of rules and state and present an API for ...
2
votes
4answers
2k views
ASP.Net WCF service's Thread.CurrentPrincipal is being thrown away by some interceptor in a Federated (WIF) environment
I have a per-call WCF service that's being hosted in IIS (.svc). In the service's constructor, I set Thread.CurrentPrincipal = HttpContext.Current.User as per this article. In this case ...
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
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
2answers
52 views
what is a “federation issue” in a bug reporting system
There are different categories in bug tracking systems. One of these categories is "federation". What does it really mean?
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
203 views
How to customize login account for Login control in ASP.NET if we are authenticated by Micorosoft Federation?
currently I have a website with authentication using Microsoft.IdentityModel.Web.WSFederationAuthenticationModule. It redirects me to login page (single sign-on outside my website) and upon login, I ...
1
vote
1answer
434 views
How to Validate a SAML Token
The scenario I'm trying to support is this: A client website is redirecting to my website using a single sign on from their site. The client side has a STS that generates a SAML token for the ...
1
vote
1answer
209 views
How do I request additional claims from Passive STS with WIF?
I have the following:
A website ASP.Net application acting as an Identity Provider (IDP STS)
Federation Provider (FP STS)
A Resource ASP.NET MVC WebSite acting as (RP)
when trying to access a ...
1
vote
1answer
2k views
What's the difference between WS-Trust, OpenID, and SAML Passive?
Seems that Microsoft ADFSv2 supports WS-Trust, and SAML Passive, but the WIF stack it's built upon doesn't support SAML.
What is the difference between WS-Trust and SAML-P? Do they share the same ...
1
vote
0answers
401 views
How does the FederationMetadata.xml get created on the STS
I'm trying to set up a Relying Party web application to use the newly set up ADFS 2.0, but when I run the FedUtil.exe, it cannot locate the Federationmetadata.xml file on the STS. I've searched the ...
0
votes
0answers
30 views
How to use WCF Data Services over SQL Azure Federation?
Is it possible to use WCF Data Services to provide CRUD access to an entity that is stored in a federation member on SQL Azure Federation?
Assuming the federation key is stored in the security ...
0
votes
2answers
183 views
How to use SharePoint 2010 STS as Identity Provider
I want to used SharePoint 2010 STS with the role of an IdentityProvider for a standalone ASP.NET application.
How can I do that?
Update:
My requirement is the following: build and ASP.NET app that ...
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
2answers
102 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
0answers
85 views
Redirecting a SAML protocol request to an ID Provider (whr equivalent?)
SHORT: Is there a "whr" equivalent in SAML-P 2.0?
LONG: We are implementing a Federated Provider security token service using ADFS 2.0.
One of our replying parties will need the SAML 2.0 protocol. ...
0
votes
0answers
52 views
oif(Oracle identity federation) service provider not redirecting to end user application after federation
After initiating SSO we are getting Success page, but its not redirected to required application url which we specify in "unsolicited relay state url" of service provider.
can you please tell how to ...
0
votes
1answer
141 views
Steps to add SAML federation
Is there a step-by-step guide available that discusses what a company should look for when trying to add federation (SSO) between applications? We have two independent apps with their own user stores. ...
0
votes
1answer
410 views
Fedlet Service Provider and CA Siteminder Identity Provider
Has anyone used Fedlet as their service provider and CA Siteminder as their identity provider? Our client is using CA Siteminder Federation Security services and we need to configure our end to be a ...
0
votes
2answers
254 views
How do I setup DB2 Express-C Data Federation for a Sybase data source?
I wish to make fields in a remote public Sybase database outlined at http://www.informatics.jax.org/software.shtml#sql appear locally in our DB2 project's schema. To do this, I was going to use data ...
0
votes
1answer
95 views
Building your own google wave federation
I'm looking to learn about running my own google wave server. There are videos on how to set it up and get it in the command line, but my question is.. okay - where do you go from there? How do you ...
-1
votes
1answer
38 views
Facebook plans for XMPP Federation feature [closed]
Is there any way I can find out whether Facebook is going to implement the XMPP Federation feature, or if it's in their plans, at least?
-1
votes
1answer
31 views
Identity Management for Enterprise Apps, OpenId, Gmail, etc
I am new to identity management, is there a management tool that can be used to manage:
Enterprise Applications
Gmail
SAAS
OpenId
LDAP
Etc.
The idea is to have a single point to create a user ...