Tagged Questions

Single sign-on, a system for sharing authentication credentials between different systems

learn more… | top users | synonyms

31
votes
3answers
10k views

SSO with CAS or OAuth?

I wonder if I should use the CAS protocol or OAuth + some authentication provider for single sign-on. Example Scenario: A User tries to access a protected resource, but is not authenticated. The ...
27
votes
6answers
9k views

Which SSO Framework to use?

I've used OpenSSO (which is very powerful but complicated) and JOSSO (very simple but lacking many features). I've also looked at the CAS framework. My question is: What is your recommendation & ...
23
votes
2answers
2k views

Best way to implement Single-Sign-On with all major providers?

I already did a lot of research on this topic and have implemented a lot of solutions myself. Including OpenID, Facebook Connect (using the old Rest api and the new Graph Oauth 2.0 Api), Sign in with ...
22
votes
9answers
14k views

Single Sign On across multiple domains

Our company has multiple domains set up with one website hosted on each of the domains. At this time, each domain has its own authentication which is done via cookies. When someone logged on to one ...
19
votes
3answers
9k views

How to implement SAML SSO

How is SAML SSO typically implemented? I've read this about using SAML with Google Apps, and the wikipedia entry on SAML. The wikipedia entry talks about responding with forms containing details of ...
17
votes
3answers
1k views

Which CAS implementation to use in django?

Which CAS implementation should i use to enable CAS single sign on to my django app (trusing a specified CAS server, I'm not interested in creating a CAS provider) ? What I can find are the ...
17
votes
3answers
953 views

What is SAML?

I saw an interesting blank page today titled "saml post profile intersite transit." What is SAML? What was it created for? What is it commonly used for? What was the page I mentioned above all ...
13
votes
2answers
1k views

Is there a way in Java or a command-line util to obtain a Kerberos ticket for a service using the native SSPI API?

I want to implement Single Sign On with Kerberos in Java and have successfully managed to create a ticket for the Service using the ticket from the Windows logon. Unfortunately, I can only create that ...
13
votes
7answers
2k views

Transparent user session over several sites (single sign-on + single sign-off)

I have several sites in different domains: example.com, example.org, mail.example.com and passport.example.org. All of the sites are having common look-and-feel and should share the same user base. ...
13
votes
16answers
1k views

Is OpenID a flawed concept?

I'm not asking about specific implementations, I'm not asking about the global world view of cross site single sign on mechanisms, I just want to know what the community thinks about the underlying ...
12
votes
3answers
409 views

WebServices security with SAML (SSO) - How to?

The Problem: I want to implement a set of Webservices, protected with SAML. I need to authenticate the users, and also need to authorize based on the user role. I found some questions similar to this ...
12
votes
3answers
2k views

Atlassian Crowd experiences?

we (a team of about 150) are considering moving our ALM solution from Bugzilla/CVS to Jira/svn/Confluence/Bamboo/Fisheye. SO has a lot of good info on those, but I would be interested to learn about ...
12
votes
8answers
1k views

What is the fate of OpenID?

Google has announced Google Friend Connect, and Facebook has announced Facebook Connect. Both services seek to solve the Single Sign On problem. Since OpenID was created to solve this issue, will it ...
12
votes
5answers
5k views

Cross Domain Login - How to login a user automatically when transferred from one domain to another

We offer a number of online services. We are required to develop a system which provides a quick/simple experience for users if they are transferred from one service (on domain1.com) to another ...
11
votes
2answers
1k views

ASP.NET MVC multi-site SSO using OpenID

I am putting a plan together for a series of sites that will share user account information among them. The idea is that once a user logs in using their OpenID, they can access any of the sites and it ...
11
votes
13answers
5k views

OpenID as a Single Sign On option?

I'm just looking for different opinions. Do you consider OpenID a good "Single Sign On" solution? The way it works seems to be a little bit confusing for an average user and there could be problems ...
9
votes
3answers
237 views

Single sign on cookie removed by anti spyware software

We have a single sign on implementation for a family of websites where the authentication cookie comes from the root domain (e.g. bar.com), allowing them to be logged into a child domain (e.g. ...
9
votes
2answers
3k views

How to validate a Kerberos ticket against a server in Java?

we are using JAAS to enable Single Sign On in a Java application using the Windows Kerberos ticket cache. Our jaas.conf config file looks like this: LoginJaas { ...
9
votes
4answers
6k views

cross domain cookies

I have a small problem, how do I set a cookie for multiple domains? I do understand the security problems, and I am sure it has been done before. The reason for this is SSO. ie. account.domain.com ...
9
votes
8answers
5k views

How to use Windows login for single-sign-on and for Active Directory entries for Desktop Java application?

I'd like to have my desktop Java application to have single sign on related to Active Directory users. In two steps, I'd like to : Be sure that the particular user has logged in to Windows with ...
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
1answer
984 views

How to verify an X509Certificate2 against an X509Certificate2Collection chain

I'm writing a SAML 2.0 response parser to handle POST authentication in ASP.Net (in C# and MVC, but that's less relevant). So I have a .p7b file to validate with and that can be read into a ...
8
votes
3answers
1k views

Simple SSO - using custom authentication - CAS or some Oauth or openid server?

I'd like to know more about the different ways of solving Single Sign-On and their pros and cons. Have you worked with one particular solution, tell me what's good about it and tell me what the ...
8
votes
1answer
1k views

Single-Sign-On ASP.NET MVC

We are trying to build a cross-domain single-sign on solution using ASP.NET MVC. Any existing solutions or tutorials available ?
7
votes
2answers
2k views

Single Sign On for Android Facebook

Friends, I need to know much about Single Sign On support for Facebook. I have two applications on my device and I have to post the feed. I login the very first time from either one of the ...
7
votes
2answers
1k views

Multiple websites, Single sign-on design

I have a question. A client I have been doing some work recently has a range of websites with different login mechanisms. He is looking to slowly migrate to a single sign-on mechanism for his websites ...
6
votes
1answer
317 views

Android Facebook SSO for server side authentication

I am using FB SSO for an Android App and I would like to use the Facebook ID to authenticate my users when they upload data to my server. I imagine I should send the OAuth token when making the call ...
6
votes
2answers
296 views

Ruby SSO, CAS, oauth, userstore. What options do I have?

Q: How would you create a SSO? What would you do about authentication (separate app or same as sso) and user store? Background info: We have 40+ php apps, java apps and Ruby apps. ...
6
votes
5answers
379 views

How to implement secure Single Sign-On across various web apps?

...all of which are on different domains. Ideally I would like to create a UX similar to how some sites allow login via Google, Facebook, Twitter, etc. They all delegate authentication to an OpenId ...
6
votes
6answers
328 views

Best articles/documentation about OpenID?

What is the recommended read if someone like to be first introduced to OpenID and later go more deeply into details to be prepared for implementation of OpenID based single sign-on? Pointers to some ...
6
votes
2answers
534 views

what is SSO

I understand SSO as the one time login for all the applications connected. I would like to know more about SSO and how exactly it is achieved
6
votes
2answers
2k views

How can I share user sessions across multiple domains using Rails?

Is anyone aware of any gems, tutorials, or solutions enabling a user to sign in to a website at one domain and automatically given access to other partner domains in the same session? I have two ...
5
votes
1answer
169 views

Implementing SSO in a .NET Web Farm for several e-commerce websites with WIF?

I have what I think is a fairly complicated question so I will do my best to articulate it here. I am looking for a single sign on (SSO) solution. I am aware of many of the options out there but have ...
5
votes
1answer
865 views

Two iOS apps using the same Facebook app ID - is it possible?

I'm using the latest facebook iOS SDK (supporting SSO) to connect my iPhone app with facebook. So far so good.. Since my current app is free with ads, I would like to create another version without ...
5
votes
2answers
2k views

Android SSO (Single sign-on) for app

Is there any free single-signon mechanism for Android that gracefully works with non-webapps? Say, something along the lines of... You launch my app and use it until it makes a request from the app ...
5
votes
5answers
6k views

Web SSO using Java and SAML 2.0

I'd like to write a web application which does authentication using SAML 2.0 tokens, issued by an identity provider. I understand, according to this question, that there is a viable solution in the ...
5
votes
2answers
251 views

What have people done to improve the OpenID user experience, particularly as a relying party?

I've noticed that there is a very dramatic difference in the user experience for sign on with different relying parties. I've implemented a few relying parties myself, so I already have a few ideas, ...
5
votes
3answers
291 views

google and yahoo login like stackoverflow? [closed]

I'm researching about Single Sign On (SSO), using google,yahoo and openID account to login in my site. Some professional can tell me which is method to implement it. API OR LIBRARY to work with it. ...
5
votes
2answers
4k views

Can you recommend a SAML 2.0 Identity Provider for test?

I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be ...
5
votes
2answers
812 views

single sign on coldfusion and .net

I have seen resources for setting up single sign on with multiple .net apps in different scenarios, but is it possible to have a SSO solution for .NET and CF websites? Thanks!
5
votes
6answers
2k views

Can You Switch PHP Sessions In a Session?

I have two apps that I'm trying to unify. One was written by me and another is a CMS I am using. My authentication happens in the one I coded and I'd like my CMS to know that information. The problem ...
5
votes
1answer
2k views

single sign on between Vbulletin and rails applications

we have a lot of users on a VBulletin forum. now i want write few more apps on rails for the same userbase. Until now all the authentication and session management is being taken care of by VBulletin. ...
5
votes
1answer
5k views

Kerberos Authentification in PHP

Let's just assume that I don't know much about Kerberos - just the basics. I have... Debian Linux 2.6 Webserver Apache 2.2 mod_auth_kerb/5.3 PHP/5.2 a (working) Kerberos Realm Windows Client ...
4
votes
1answer
75 views

Does Azure ACS support saml 2.0 IdPs like Salesforce?

I have no Access Control Service (ACS) installed, but I've seen on some online video demo that Salesforce is not in the list of available pre-installed identity providers. Salesforce can be configured ...
4
votes
2answers
281 views

Relate ADFS, WIF, WS Federation, SAML, STS

These are the some of the keywords for single-sign-on implementation using Microsoft technologies,Can someone relate ADFS, WIF, WS Federation, SAML, STS (Security token service) and when and where it ...
4
votes
2answers
163 views

How to determine if logged on windows account has been authenticated on domain [closed]

Possible Duplicate: Authenticating users using Active Directory in Client-Server Application I'm attempting a single sign-on approach in my program using unmanaged C++, and need to ...
4
votes
1answer
72 views

Send information from one page to another with OpenSSO/AM and the get method

I have a web site protected by an OpenAm Server and accessing pages, after authentication, works fine. But when I try to redirect to a page and pass information with the get method, I obtain a ...
4
votes
3answers
484 views

Facebook Single Sign-on (SSO) stopped authorizing existing iPhone app

Our iPhone app (using iOS SDK 4.2) has been using single sign-on successfully since 5/23/2011. Starting on 8/31/2011, when a user attempts to authorize the app for the 1st time. The Facebook App will ...
4
votes
3answers
1k views

Is Windows Live ID an OpenID Provider? [closed]

I've heard different things. Seems like Microsoft experimented with a beta service, but I don't know if it's still available, or ever made it into production. If Windows Live ID is an OpenID ...
4
votes
1answer
878 views

Configuring Firefox 3.0.x to send a Kerberos token [closed]

I'm trying to convince Firefox 3.0.14 to send a Kerberos token. I have configured the service correctly and IE will send a Kerberos token (i.e. starting YI..), but after adding the hostname to the ...

1 2 3 4 5 12