Questions tagged [federated-identity]

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

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

528 questions
0
votes
1 answer

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 ID and Facebook Application Secret" describes…
nikivancic
  • 188
  • 1
  • 1
  • 8
0
votes
1 answer

New User with Federated Login Not being Recognized

I am using the Google App Engine Python Federated Login which uses OpenID to let users log in with existing accounts. I want the user to be directed to a page where they fill out some extra information about them such as a username and short bio. …
clifgray
  • 4,313
  • 11
  • 67
  • 116
0
votes
1 answer

How integrate proprietary federated IdP in OpenStack

I should integrate an existing saml framework with openstack to access the cloud. I am at the very beginning of this project. I have just installed openstack and read some documentation. I have read that, due to its architecture, keystone can handle…
DeLac
  • 1,068
  • 13
  • 43
0
votes
2 answers

a SAML toolkit for PHP from OneLogin.com

I want to set up a identity-provider in my application. I saw a SAML toolkit for PHP from OneLogin.com (http://support.onelogin.com/entries/268420-saml-toolkit-for-php). How can I use it for setting up a identity provider in my machine? I felt that…
Mohammed H
  • 6,880
  • 16
  • 81
  • 127
0
votes
0 answers

Direct login and federated login in salesforce

I configured salesforce for federated authentication. Great! I did? It is working fine for "identity provider initiated login" (see Federated authentication and Delegated authentication in salesforce). I am using a federated id. But my issue that…
Mohammed H
  • 6,880
  • 16
  • 81
  • 127
0
votes
2 answers

How do I detect a federated identity from federatedpassivesignin control if the user is logged in at the STS

Hi I'm using the FederatedPassiveSignInControl on my asp.net site (called ChildSite) to get an user identity from a STS which is set up on another asp.net site (called ParentSite). The authentication of my site (ChildSite) is set to…
mortb
  • 9,361
  • 3
  • 26
  • 44
0
votes
1 answer

Federation Utility throws an error "The system cannot find the file specified."

I am trying to use the "Create STS project in the current solution" option in the Federation Utility of Windows Identity Foundation 4.0 (64 bit) from Visual Studio 2010 with Administrator account. I have IIS 7.5 on Windows Home Premium. After I…
Shaan
  • 11
  • 1
0
votes
2 answers

Access Control Services via IHttpModule with mvc 4 and and web api, different security settings for site and service?

I am building an mvc 4 web api project on Azure. Requests to this API go through the route: routes.MapHttpRoute( name: "DefaultApi", // Route name routeTemplate: "api/{controller}/{id}", defaults: new { id…
0
votes
1 answer

Implementing SSO using Passive Federated Identity and login page on relying party

We have implemented SSO (Single Sign-On) for a group of websites with different domain names using passive federated identity (C#, ASP.Net MVC 3, WIF). The setup works fine as it follows the standard passive federation with login page hosted on…
0
votes
2 answers

Does OAuth 2 specify a permanent identifier for a given user?

I've just been (re)reading Rob Conery's 2010 blog post OpenID is a Nightmare as part of some research into OpenID/OpenAuth. Ideally, I'm looking to use multiple OAuth providers linked to a single account, to provide resilience against the providers…
Dylan Beattie
  • 53,688
  • 35
  • 128
  • 197
-1
votes
1 answer

Facebook GraphQL - How to get a users email address and name from backend

I have an app where the user logs into Facebook (and thus has an Auth Token) and then sends that token to my server for authentication within the app. If it's the users first time in the app, I need to sign them up as well (gather email and…
Reid
  • 4,376
  • 11
  • 43
  • 75
-1
votes
1 answer

Looking for guidance on setting up Auth0 - Active Directory Federating

I've been tasked with setting up an SSO solution against an Auth0 instance. Setting up AD as a source to login against was a snap, but I got stuck in the weeds on setting up active directory federation. It looks like federation will allow users to…
Chris
  • 169
  • 1
  • 2
  • 14
-1
votes
1 answer

OAuth2 integration with wso2is-5.5.0 adn OWSM

I have integrated wso2is-5.5.0 and weblogic12c(OWSM) with our product for OAuth2 implementation. Imported wso2carbon certificate in weblogic12c(OWSM) key store for token decryption. Facing same issue, can anyone please provide information about…
-1
votes
1 answer

GitKit Sign In Button not Working on mobile browsers

I have recently delved into using the Google Identity toolkit. The sign in flow works perfectly and as expected on chrome and firefox desktop browsers but does not work when trying it on mobile browsers. Any help would be appreciated as i am…
-1
votes
2 answers

Identity Server supporting SAML, OAuth and OpenID

My company is researching implementing an identity server. Essentially we need to act primarily as a service provider, but need to accept claims via either SAML, OpenId and OAuth (I realize this is an authorization protocol) - and then reroute to…
kickinchicken
  • 1,281
  • 4
  • 18
  • 40
1 2 3
35
36