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).

learn more… | top users | synonyms

0
votes
0answers
27 views

What makes the FederatedAuthentication.SessionAuthenticationModule return NULL?

I'm not sure why but my FederatedAuthentication.SessionAuthenticationModule is resolving as NULL and crashing my app when I try to run my ClaimsTransformer() module: public void ...
0
votes
0answers
48 views

Obtaining a SAML token from a security token service on windows xp - without using WIF

I am trying to obtain a SAML token for my user on a WPF client application that needs to run on Windows-XP and above. I get the SAML from my identity provider using WS-Trust and I pass it onto the ...
0
votes
2answers
17 views

WIF cannot redirect to a URL containing a hash after federated authentication

I am using WIF and a federated security model using ThinkTecture STS. When I try to request the url: http://domain.com/#page, WIF is not redirecting to the correct page after authentication. The ru ...
0
votes
0answers
7 views

How to federate between two Thinktecture Identity Servers

I am trying to configure federation with two identity servers. In his federation video Domink shows how to configure a relying party and an identity provider in the R-STS but does not show how to ...
0
votes
2answers
21 views

after federated authentication, redirect to originally requested url

We've setup federated security using ThinkTecture server. When a user wishes to access a particular URL, they get redirected to the Identity Provider Server (IDP), they login, get authenticated. ...
0
votes
1answer
34 views

Convert SAML token into JWT token using IdentityServer

I configured Thintecture Identity Server with identity federation (google, facebook, live id), and WCF SOAP service. Now I need WCF Rest Endpoint (webHttpBinding) for Windows Phone application. I ...
0
votes
1answer
40 views

What should I do to set MS CRM to use other identity provider or are there any instructions on that?

Our application uses federated single sign-on authentication process and we already have our identity provider set, up and running. I have the application instance running too, that I would like to ...
0
votes
0answers
12 views

JavaScript Client accessing a Webservice with Federated Auth - Cross Domain

I'm looking for a bit of best-practice advice from someone a bit more knowledgeable than me in the Federated Security area. Our Scenario We host a (subscription) webservice (WCF/Asp.Net/IIS). We ...
0
votes
0answers
16 views

Iterating through claimTypeRequired section of microsoft.identityModel

I am attempting to write a federation metadata handler that creates a federation metadata document based off the microsoft.identityModel section. This has been fairly straight forward except for ...
0
votes
1answer
56 views

System.Security.Claims.ClaimsPrincipal not updating

I am using BrockAllen.MembershipReboot Having an issue with the claims handling in relation to when exactly the claims get updated. The code below should demonstrate my problem... private function ...
0
votes
2answers
51 views

Top SAML 2.0 identity providers in the market

I am working on a product (service provider) which uses SAML 2.0 for authentication purpose. Having said that I wanted to know what you all think are the top and most trusted identity providers that ...
0
votes
1answer
86 views

Oracle Identity Federation - RCU OID Schema Creation Failure

I am trying to install OIF - Oracle Identity federation as per the OBE http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/oif/11g/r1/oif_install/oif_install.htm I have installed the ...
0
votes
1answer
154 views

Federated security using Thinktecture IdentityServer

I have few mvc applications that are still in development and use Forms with SimpleMembership to register and authenticate users, these applications use same database and I have foreign keys all ...
1
vote
1answer
82 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
24 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
38 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
32 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
153 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
44 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
55 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
89 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
383 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
82 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
126 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
326 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
41 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
114 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
340 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
96 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 ...
1
vote
2answers
141 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 ...

1 2 3 4 5 6
15 30 50 per page