The concept of linking a single individual's digital identity across multiple (and usually disparate) IT systems. Federated identity is the larger concept encompassing narrow implementations such as Single-sign on (SSO).
1
vote
1answer
15 views
Do identity providers (Microsoft, Facebook, Twitter and Google) provide email addresses to web sites that use them for authentication?
I am writing a mobile website that will be hosted in Windows Azure.
I already have a list of users with email addresses in my database and I am looking at how they will log in to my new website. ...
0
votes
0answers
10 views
Tivoli configuration for SLO - single logout always uses persistent nameId:Format
We have a set up where we use saml for authentication purpose, so there is an Idp(identity provider) and two SPs (Service providers). Idp is from shibboleth and SP's saml piece implemented of spring ...
0
votes
1answer
13 views
Usage of Identity Server with ADFS
Currently my system is configured to get security tokens through identity server. We plan to change this to use ADFS and Identity server for authentication for AD users and others.
I need a workable ...
0
votes
1answer
23 views
Unique identifying a user after federated Authentication
I have just started experimenting with WIF for a new application I'm writing. So far I have managed to get the LocalSTS working and setup my web.config to enable federated authentication against the ...
0
votes
0answers
46 views
How do I keep the FedAuth Cookie from ClaimsPrincipal from being shared between two websites that share a common domain?
I have two websites:
global.domain.com and global.domain.com/site1
/site one is an Application added to IIS under global.domain.com's site.
users will sign into global.domain.com, and then click on ...
0
votes
0answers
33 views
Creating a post with hidden inputs to Azure ACS to avoid redirect to login page
I have successfully linked ACS to ADFS and our website user's authenticate against ADFS without issue.
I also have legacy sites that authenticate directly against AD via custom code and IAG.
We ...
0
votes
1answer
36 views
Pushing to S3 bucket
How can I upload file directly to S3 using curl
My current flow is:
Service A makes a request to my application with a file name
My appln generates an S3 federated user and returns the client the ...
0
votes
0answers
38 views
Google App Engine Federated Login down? 500 Server Error
I am seeing the GAE Error: Server Error page during the federated login request,
appspot.com/_ah/login_redir?claimid=www.google.com/accounts/o8/site-xrds?hd=...
This is happening with two different ...
1
vote
1answer
150 views
Federated authentication (single-sign-on) for a WCF REST/HTML-service on Azure
I have made a simple WCF-REST-service, published it to Azure and activated SSL with a X.509-certificate.
Now I'd like to setup some autentication for this service as well. I could solve this very ...
0
votes
1answer
46 views
What is the SessionSecurityToken SecurityKeys?
I want to validate a SessionSecurityToken issued by a STS. By validate, I mean certify that the token is not crafted and verity that the token is issued from the STS.
Conceptually, I know that if the ...
0
votes
1answer
56 views
How to transfer a JSON web token to the client app?
Supposed I have a web application that needs to authenticate a user. Instead of doing it on its own, it redirects the user to a dedicated authentication service.
There the user logs in, and a JSON ...
2
votes
1answer
160 views
Azure ACS with WAAD as IdP gives WS-Federation protocol error if already signed in to another Microsoft account
My relying party application uses Windows Azure ACS for user Authentication. I have ACS configured to use Windows Azure Active Directory (WAAD) as an identity provider. This is working for the most ...
0
votes
0answers
28 views
Decrypting RSTR sent from STS
I developed a custom service provider and federated authentication to an STS. The claims in the requsted security token of the RSTR sent by the STS are encrypted.
The RSTR is sent in the wresult ...
0
votes
1answer
69 views
Single Sign On using salesforce and openam
Hii I am new to salesforce and also to openam, can some one please tell me how to start up with and detail implementation of single sign (both SP & IDP initiated) using salesforce as SP and openam ...
0
votes
1answer
88 views
Federated Authentication and “Error occurred during a cryptographic operation”
I got this exception when I try get my home page on ASP.NET MVC application.
[CryptographicException: Error occurred during a cryptographic
operation.]
...
1
vote
1answer
68 views
Restricting access to Amazon S3 on object level for federated IAM users
I'm doing some research around using S3.
What I would like to achieve is basically control access to objects in S3 bucket in the same manner like on file system but for IAM federated users.
Let's ...
0
votes
2answers
89 views
low code, simplistic Azure Website security using windows live provider?
I have this webpage I need to secure on Azure. I want to be the only person who can access it. I don't need a fancy login or error page process. The page/site was formerly running on my home web ...
0
votes
2answers
106 views
WSO2 Identity Server and Active Directory Integration
So I've been playing and toying with WSO2 Identity Server for a while and I have to say it hurts me more than it helps. Anyway, I have question on how to integrate with Active Directory. I've got to a ...
0
votes
1answer
43 views
SSO to any wso2 component using google/gmail acount
I tried openID based SSO using the WSO2 and it worked fine. My use case requires to support SSO using both the google/gmail accounts as well as the application issued user accounts. Can WSO2 component ...
0
votes
1answer
234 views
What's best practices to use ThinkTecture IdentityServer from a dekstop app like WPF?
Does anyone know of a sample Application demonstrating best practices to use ThinkTecture IdentityServer v2 from a desktop Application like WPF?
Is using a HttpClient to Call the AccountController's ...
0
votes
0answers
239 views
Session Management for a MVC4 application with Federated Identity
I have an MVC4 application that needs to use a federated identity for the log on. I have my integration from the federated identity working, but now I need to create a user session from that. Is ...
1
vote
0answers
65 views
Whats the difference between Shibboleth and OpenId
I'm evaluating different Federated Identity Provider technologies and wondering what is the difference between Shibboleth and OpenId. It looks to me like both technologies use approximately the same ...
1
vote
0answers
62 views
Azure and Traditional Hosting / Distributed and Traditional Auth
In pursuit of building a ASP.NET MVC3 application-framework, I want to have an authentication mechanism that:
Supports SSO / federated security such as through OAuth or OpenID.
Also leaves room to ...
-1
votes
1answer
67 views
sso federated identity management [closed]
how to implement federated identity management by creating a webapplication?
i need to create webapplications where there are 2 different sites.i need to be the identity provider and establish the ...
0
votes
0answers
46 views
How is trust established between a web service and STS (SecurityTokenService)?
I am studying brokered authentication, federation etc. On all the blogs, it's mentioned that there is a "trust" between Security Token Service and other web services. However, I could not find a blog ...
0
votes
0answers
57 views
Custom IHttpModule for SAML protocol
I would like to write something like Saml2AuthenticationModule (SAMLP CTP from Microsoft) to use for FSSO scenarios over SAML protocol. My idea is to implement custom IHttpModule that will intercept ...
2
votes
1answer
191 views
Why does this WCF call fail when passing in a federated security token
I'm trying to pass a security token from a client application into a WCF service for authentication.
For this example I'm just using the standard File, New WCF Application project and trying to call ...
0
votes
0answers
154 views
What am I doing wrong in setting up third party federation and HRD using Thinktecture Identity Server
I'm trying to configure Thinktecture's Identity Server to use HRD and Federation with third party ADFS. This is my setup:
ADFS 2.0:
Attribute Store is Active Directory
Relying Party Trust is the ...
1
vote
1answer
266 views
An unsecured or incorrectly secured fault was received from the other party.(When working with SAML )
I`m new to WCF web service. currently im working on a federated web service with federation binding(SAML) .I took help of MSDN examples on 'SAML Token Provider'.but the problem is that im not able to ...
-1
votes
1answer
203 views
How to set ACL for SAML [closed]
I don't know how to configure ACL for domino application as it needs to be compatible with IDP Active Directory. After SAML setup I'm redirected to IDP, after giving valid user name and password I'm ...
3
votes
2answers
498 views
forgerock Identity Management Solution Vs WSO2 Identity Server
I'm trying to choose one of forgerock identity management solution (openAM, openIDM) and wso2 identity server for implementing Identity and Access Management solution.
I'm interested in using ...
0
votes
1answer
82 views
SAML2.0 formated attribute for assertion - Federation Identity
We have a SAML 2.0 federated environment (IDP and SP). I would like to generate a custom attribute for assertions created only for one SP. As such, I will not modify the IDP configuration.
The ...
0
votes
1answer
88 views
Generate custom attribute for one SP in a SAML 2.0 Federation - Identity
We have a SAML 2.0 federated environment (IDP and SP). I would like to generate a custom attribute for assertions created only for one SP. As such, I will not modify the IDP configuration.
The ...
1
vote
1answer
52 views
How can I make a name request in OpenIG?
I have been trying this OpenIG Identity Gateway from the ForgeRock guys to integrate some legacy systems in this case in particular I'm using it with OpenACS+.LRN a project, from Ars Digita and ...
1
vote
1answer
84 views
Config Framework and WIF Federation+Delegation: Need factory.CreateChannelActingAs(token)
My current task is to secure a WCF service. The service is hosted using the configuration framework (5.5, released with the StockTraider sample) and the caller uses the configuration framework as ...
0
votes
1answer
71 views
Access a SignalR hub from a client using ws-trust
I have a signalr hub thats on a website secured using federated authentication.
Is there anyway I can attach a saml token on my client app to allow communication with the signalr hub? I can't find ...
1
vote
1answer
323 views
WIF SessionAuthenticationModule CookieHandler not writing FedAuth cookie
I am having trouble getting Windows Identity Framework to write the FedAuth cookie under certain circumstances. I am picking up the development of a suite of MVC4 websites which already use WIF and ...
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
300 views
Realm not found (ACS, ADDS, AD FS)
i am playing around with the azure free triel and followed this tutorial (http://haishibai.blogspot.de/2012/11/complete-walkthrough-setting-up-adfs-20.html) titled "Setting up a ADFS 2.0 Server on ...
2
votes
1answer
148 views
Integrating federated OAuth2 login into an API service?
We're building a public API and clients using this API will need to authenticate, and we proposed to expose an OAuth2 API for this purpose.
However, we also have a need for authentication to be ...
1
vote
1answer
224 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 ...
0
votes
0answers
146 views
GAE: SimpleAuth not able set set_session() using FB ID in PROD
I am using SimpleAuth by Alex (https://github.com/crhym3/simpleauth/) in my GAE application.
When I was using it in localhost, I am login successfully using fb and google id.
After I deployed to ...
0
votes
1answer
96 views
Federated Security/STS
I have a asp.net site that uses federated security for authenticating the user. Therefore a user navigates to the url which is redirected to a login page and if successful gets routed back to the ...
0
votes
1answer
639 views
Can thinktecture identity server be configured to allow Federated Identity with Multiple Partners
I have the following challenge:
My company needs to enable SSO for a customer that has its own ADFS instance & IP in place. (in the future I'm sure we will need to federate with other companies ...
0
votes
1answer
167 views
Federated authentication in Windows Azure using Facebook as IP
All answers to my question lead to a year old document (http://msdn.microsoft.com/en-us/library/windowsazure/gg185919.aspx) which is not correct anymore - the section "To obtain a Facebook Application ...
1
vote
0answers
94 views
What approaches does WinRT support for federated authentication?
I'm trying to write a Windows Store App that supports integration with a federated identity provider, such as ADFS or Windows Azure AD Access Control.
What approaches for federated auth and ...
1
vote
1answer
112 views
Google Apps Domain-wide Delegation of Authority using javascript
Google doc ( https://developers.google.com/drive/delegation#instantiate_a_drive_service_object ) says:
For security reasons service accounts are not supported in client-side
Javascript. Service ...
1
vote
1answer
96 views
Replacement for standalone FedUtil to update system.IdentityModel
i'm looking for a replacement of the Microsoft Federation Utility (FedUtil) from the WIF SDK, which allows me to automatically update (especially) the trustedIssuers list inside a web.config.
The old ...
0
votes
1answer
65 views
GAE/P: Does federated login always include user's email address?
I would like to migrate my app from google account login to federated login. My app requires a user's email address to function properly.
If a user uses a major identity provider (Google, Facebook, ...

