Tagged Questions
Single sign-on, a system for sharing authentication credentials between different systems
19
votes
14answers
2k views
To OpenID or not to OpenID? Is it worth it?
Does OpenID improve the user experience?
Edit
Not to detract from the other comments, but I got one really good reply below that outlined 3 advantages of OpenID in a rational bottom line kind of ...
9
votes
5answers
898 views
Single Sign-On with Google Apps + App Engine
Is it possible to achieve SSO with the built-in OpenId on App Engine? I've been trying to integrate a Marketplace app and get the user logged in when coming from Google Apps (the admin panel or ...
8
votes
2answers
106 views
single sign on using facebook for iPhone application
I know that SSO is possible for web application, so I want to is there any possibility to implement single signon using facebook account for iPhone application i.e. if some one has account in the ...
8
votes
2answers
506 views
Single sign-on in Java / VNC
Background
On the project I work on we have GUI applications running on several different servers. Due to their user interface similarities I am investigating combining their OMIs into a single ...
8
votes
3answers
2k views
How to build a secure Django single signon between different sites?
I want to integrate my Django web application with other web based products (most likely 3rd party non-django applications.) How can I let other sites sign in their users to my site with a single ...
7
votes
5answers
909 views
Get username of client who connected to web server
Here's the scenario. I am code running on a web server in an AD domain. Some client has connected to me. How do I get that client's username, without having the client fill out a form in their ...
6
votes
4answers
195 views
How do I implement a single sign-on for different ColdFusion applications running on the same server?
I have multiple CF applications running on the same server under the same domain name. One of them, let's call it Portal, is intended to be the single sign-on for the other applications, which let's ...
6
votes
2answers
161 views
Single-Sign-On choices to use with Windows Phone 7
What types of Single-Sign-On what can I use with Windows Phone?
Now, I'm using Facebook Single-Sign-On. But I don't know if I can use, for example, Windows Live ID, Google, Yahoo, etc.
I don't want ...
6
votes
2answers
1k views
Using Google experimental implementation of OAuth 2.0 to access existing API endpoints
According to this documentation, process of receiving OAuth access token is straightforward. I would like to see a list of all available API endpoints that is ready to accept OAuth 2.0 access token. ...
6
votes
3answers
2k views
Forms Authentication ReturnUrl and subdomain for single sign-on
I have a domain http://abc.com and a subdomain http://sub.abc.com. I'm implementing single sign-on between the two sites by sharing the forms authentication cookie. This is implemented by having both ...
5
votes
3answers
326 views
Android Single Sign-on
Friends, I'm getting login failed invalid key error while using Updated Version of Facebook , if i delete it - it's working fine..
I want to know the Correct way of Creating HASH KEY
I know that ...
5
votes
1answer
185 views
Single-sign-on in Extjs 4
How can we implement Single-sign-on in Extjs4 where there are two different domains
domain1.com
domain2.com.
5
votes
5answers
602 views
Something compareable to 'localtunnel' for Windows
I found this here http://github.com/progrium/localtunnel , and it's exactly what I need, but I am working on Windows and localtunnel is Unix...
Some backgorund: I am currently developing a Facebook ...
4
votes
4answers
537 views
Authenticate Windows Authentication using Javascript
I have to transfer my client from one website to another website. This happens in client side. In this 2nd website, its using windows basic authentication system. So It popups the login window. I need ...
4
votes
1answer
1k views
Android: facebook sdk logout problem?
Hello I am using the facebook sdk for android on my android phone and using single sign on. It works fine when I logged into the facebook application, my application also signed in.
For logout I ...
4
votes
1answer
146 views
Implementation of Single Sign on in Rich Clients (not web)?
In our company, we have several rich Java applications that are used both by internal users and external users. We would like to begin migrating these systems to support a single sign on mechanism, ...
4
votes
3answers
194 views
Single installation, multiple domains and apps?
I am planning to use Django for a multi-site project, where each site is mostly independent, but would share a few models across all the sites.
I am wondering if there is a way to make each Django ...
4
votes
2answers
2k views
Android Facebook SDK authorize methods shows dialog every time
I'm writing an Android application that should upload photos to Facebook.
Everything works just fine except one thing. When I called the Facebook.authorize() method for the first time the Facebook ...
4
votes
3answers
847 views
JSP+Tomcat: Single Sign-On
How the best way to create a single sign-on for many JSP applications using Tomcat server?
4
votes
3answers
2k views
If OpenID “is dead”, what is out there to take its place? [closed]
Scott Hanselman (alternate link) suggested in a twitter tweet on November 18, 2010 that "OpenID might be Dead".
If this were true (I'm not saying it is), what other options are there for universal ...
3
votes
1answer
124 views
Pass through Authentication - IIS and dotNet
Sorry to repeat a question that I have seen posted many times before. But they don't seem to answer my circumstances. Or the articles are for previous versions of IIS and IE
I have trying to create ...
3
votes
4answers
289 views
Storing Facebook Info in ASP.NET: Session, Cookies or Identity?
So, simple question:
After the user authorizes my app (OAuth 2.0), i do a call to the Facebook Graph API to fetch their details.
So at this point in time, i have their Facebook ID, an access token ...
3
votes
1answer
495 views
Single Sign On (SSO): How to use Active Directory as an authentication method for CAS service?
I am developing a portal to Liferay and want to apply there a Single Sign On mechanism (SSO). I am using Jasig CAS for centralized authentication of my multiple web applications. Until now I know that ...
3
votes
0answers
52 views
Web FrameWork for User and Group Management
We are developing a Web app and looking for a solid existing framework/app that has User Management, Group Management, login screens, Group Admin screens, User SignUp, etc ...
I have a feeling that ...
3
votes
3answers
171 views
What's the strategy to implement single sign-on for two PHP websites?
There are two websites, more are probably coming. One is a simple PHP site and the other is Drupal. The objectives are:
to have two user accounts created when a new user registered on any website
...
3
votes
3answers
487 views
Can you use openID as a single sign-on for an iphone app?
I'm looking to implement Single Sign On for a native iOS app whereby logging in with this single sign on gives the mobile device authenticated access to our private service in a fashion that is ...
3
votes
3answers
567 views
Sharing data between php and node.js via cookie securely
I have a PHP site, and for real time updates and chat I have installed Node.js and its running fine.
Both PHP and Node.js have access to the same MySQL database.
But the problem is to verify the ...
3
votes
2answers
313 views
Write a SSO application on GAE
I'm looking for a solution to implement a SSO (single-sign on) application, and this app need to be in python and run on GAE (Google App Engine). This applications needs to be implemented using the ...
3
votes
2answers
264 views
is there an open source social single-sign-on facade?
I recently found the jainrain engage product that helps streamline the process of connecting a drupal application to single-sign-on of all major social network.
I appreciate it because it reduces to ...
3
votes
1answer
1k views
Question about facebook single sign on from my iOS app
I'm writing an iPhone app that needs a server based component, and rather than make the user create a new account just for my app, I thought I'd make their life easier by having them log in with their ...
3
votes
3answers
2k views
Implementing Single Sign On (SSO) using Django
I would like to use Django for implementing Single Sign On (SSO) for multiple applications that we currently use.
How to implement SSO using Django ?. Are there any Django packages that can be ...
3
votes
1answer
581 views
Facebook Connect login no longer working in IE
Facebook Connect login (using their FBML javascript widget) has been working fine for us on Firefox, Safari, Chrome and IE on both windows and mac. But IE has stopped working :(. I get this error ...
3
votes
1answer
485 views
External authentication/authorization for CakePHP
We are considering options for implementing a single sign-on for a few web applications, of which some are CakePHP (1.3) and others are not. I'm hoping for advice or comments from people who have done ...
3
votes
1answer
462 views
How to implement single sign-on for Web applications?
What are the strategies for implementing single sign-on in web applications?
3
votes
3answers
2k views
Zend Framework - Single Session Across Multiple (Different) Domains
Scenario: There will be web application hosted over multiple domains (e.g. www.example.com, www.example.co.uk, www.example-3.com etc). When a user registered over any one of these domains, the data ...
2
votes
0answers
58 views
CAS Server that supports Facebook/Twitter authentication via OAuth
I'm looking for a CAS server which supports Facebook/Twitter authentication via OAuth for Single-Sign-On. I've checked JASIG-CAS server but it doesn't look support them. My java web app is based on ...
2
votes
4answers
109 views
Single Sign on to site
I am needing help with single sign on. I have siteA.com that requires login credentials, once you are in SiteA.com you can do many things and one of them is access another application siteB.com. If ...
2
votes
1answer
64 views
How to create a single sign-on system for a number of external services
I have a site where a user can register. After the registration is finished, he can connect some accounts: facebook, googlemail, vkontakte.ru, etc.
I want to store username and password of these site ...
2
votes
3answers
161 views
Magento and Moodle Integration
I have a project which requires me to setup an subscription-based online learning site using Moodle. I checked Moodle and it seems that it can handle this by itself. The problem is, the client won't ...
2
votes
1answer
103 views
Facebook sdk (Single Sign On) didn't work on the device
I use the single sign on in my application (http://developers.facebook.com/docs/mobile/android/build/). It seems working fine on the emulator (i log in succefully and get the access_token). But in my ...
2
votes
3answers
165 views
Single login, multiple application authentication
Is there a Codeigniter authentication server that's available for use? Trying to get a multi-application service going similar to Basecamp and I don't want to reinvent the wheel. Alternatively, are ...
2
votes
2answers
278 views
A potentially dangerous Request.Form value was detected from the client (wresult=“<trust:RequestSecuri…”)
I am also getting a request validation error when using WIF. I get correctly sent to the STS, but on the way back, I get this validation error.
I followed all the instructions.
<httpRuntime ...
2
votes
2answers
128 views
Is there single sign in solution for JDBC in an application server?
I want to login to a database with the account of the current user. Is there a solution to forward the account information to a JDBC connection in an application server?
2
votes
1answer
214 views
Need to sign in using twitter plus retrieve friends.. think I've messed it all up
Hi guys I'm integrating in my application a sign on using facebook and twitter. I intend to later on down the line include other sign on providors. I've actually build it from some open source code I ...
2
votes
2answers
436 views
Can ASP.NET support seemless Single Sign on across multiple domains?
So I have been trying to Google over this topic like crazy. I have this primary domain that has got a couple of subdomains and alied domains. All of these sites share the same set of members that will ...
2
votes
1answer
235 views
Best way to enable sign in to my website using Facebook, Twitter, LinkedIn, Google, Yahoo, etc.?
We're creating a new website and we want to simplify the sign in process. I see that a lot of sites let you sign in through Facebook, Twitter, etc..
We're looking for something that is fast, simple ...
2
votes
2answers
830 views
Free PHP framework/library for single-sign on / cross domain login
I am looking for free (non GPL is better) SSO framework/library implementation or code samples.
There are many kind of SSO implementation. Sharing cookie, sharing session, one time token, associative ...
2
votes
3answers
1k views
How to disable Facebook single sign on for android - Facebook-android-sdk
SSO for facebook android gives me invalid_key every time, i tried to debug by every means but it is not working.
So is there any way/hack to disable Single Sign on and work with web view ...
2
votes
1answer
300 views
Saving Sessions in SSL Encrypted Cookies vs. Client Certificates
Background: From a desktop application, users will navigate to an SSL-encrypted web portal where they will have to enter a username / password if it's their first time logging in. I want to be able to ...
2
votes
1answer
286 views
Verifying a Facebook Connect session
I am writing an application which has multiple frontend clients using Facebook Connect as a single signon solution.
One of these clients, for example is running on the iOS platform, so all fb ...