single-sign-on

Catching the Facebook Login Event to change the HTML of the parent page

I am trying to create Facebook based login using Javascript. Once a person clicks a button he should get a div replaced by another div, if he is logged in to Facebook. However, if he is not logged in to Facebook he is asked his Facebook credentials and he logs in. However, we need the user to click the button once more for the div replac...

Single Sign on using Shibboleth

Hi, I have to implement Single Sign On in my .NET(3.5) project using Shibboleth. Detailed requirement goes this way: 1) I have developped a web application using .NET (3.5) named "abc.com". 2) There are some third party applications which will be launched from "abc.com" 3) If I have logged in to "abc.com" and now if I launch any of the...

google apps single sign on

Hi, I want to integrate my app with google apps so that the users will be able to use gmail with single sign on facility. I have gone through the documentation and I know that I will need to setup an identity management on my side and will have to talk to gapps with one of the specified protocol (http://code.google.com/googleapps/domai...

Facebook Logout causes logout from my application

I have created simple javascript widget where login happens using Facebook Single Sign On. It logins the person whenever he is logged in to facebook (after authorization for the first time). However, it also logs out the user when Facebook logout happens. I want the person to not get logged out when the person logs out of Facebook? Sugg...

Does CAS Support Application Level Impersonation?

I have a PHP application that is successfully authenticating against a CAS server. One of the features supported by the application is impersonation; a user with the appropriate privileges can impersonate another of the application. Generally, this isn't a problem because the app itself can keep track of who the user is impersonating and...

SharePoint 2010 - two web applications - single sign on --> do I need claims based auth.?

Hi! We are planning to create two sharepoint web applications using SharePoint 2010 Enterprise Edition. All Users that have access to web app 1, should also be able to access web app 2. This authentication shall be powered by server 2003 active directory. --> do I need to use claims based authentication? If so --> can I use Windows Base...

Cloud Apps and Single Sign-On (AD integration)

I've been investigating some cloud vendors and the ability to implement single sign-on with them, especially when it comes to AD (Active Directory) integration. So far I've learned that with Azure this is possible through ADFS and the AppFabric Access Control offer. In AWS, since it is possible to create a VPN and see EC2 instances as ...

Standard Apache (not OHS) with mod_osso for Single Signon

The mod_osso.so (the Apache plugin for Single Signon, provided by Oracle) is distributed with the Oracle HTTP Server (OHS), which is essentially a modified Apache. I am trying to use it on the standard Apache HTTP Server, and have not managed to get it to work. Configuration: Apache 2.2.15 OHS from the Oracle Web Tier Tools 11.1.1.2....

Sharepoint AD user athenticate to another domain

I have a situation where I have to autheticate SharePoint user to another website that is not part of the sharepoint domain without asking user to login again. I have sharepoint part of domain1. I have users in domain1 that log into sharepoint using NTLM by authenticating to domain1. I don't have any control over this domain and share...

What is the best tool to achieve this API design?

Our web app offers a service that allows a "Publisher" to create a website (we give them a CMS system) that is ready to provide this service to "Members" (think Shopify). We have some possible clients that wish to become "Publishers" but they already have existing websites (vbulletin, word press blog, etc) with their own user base. We ...

Using JBoss Web SingleSignOn with JBoss Seam

Has anyone successfully used JBoss Web SingleSignOn with JBoss Seam, or know if it is possible? I have two web app:s that I would like to share the same login functionality, ie if you sign into one web app you do not need to sign in again when accessing the other web app. Best regards P ...

Seam security with externally-orchestrated SSO

I have an application deployed on WebLogic 10.3.2 (11g), in which the user logs in through SSO. In other words, if the user is not logged in, he is redirected to SSO, where he logs in, and then is redirected back to the application. The whole redirection takes place by an the Oracle HTTP Server (a modified apache), which makes sure that ...

iPhone Single Sign On

Does anyone have a link to information regarding integrated, single-sign-on solutions for web apps for the iPhone/iPad and using one of the new VPN clients available in iOS 4? With a typical intranet application I develop using ASP.NET for consumption with Firefox or IE, we use NTLM/Kerberos authentication, and the user's credentials ar...

How to setup up Single Sign On with a Windows 2008 RC2 and IIS7 server. [updated]

So a couple of weeks ago I installed an intranet solution for a client.. For this, they also wanted to integrate their (local) Active Directory with auto login (Single Sign On). After several tries and fails with Apache's solutions, I desided to use IIS7 on a Windows 2008 RC2. The problem was, I've had no experience with neither a Windo...

Is there a standard for using credentials from one web app to automatically log in to a partner app?

I am developing a web app that will be working with other companies web apps. Part of the desired user experience is that users on our web application will be able to log into our app, and be able to visit our parters' web applications. Accounts will be automatically created for the users on our partners' sites. We'd like them to be able...

Implementing a SAML client in Python

Hi, I'd like to integrate a web site written in Python (using Pylons) with an existing SAML based authentication service. From reading about SAML, I believe that the IdP (which already exists in this scenario) will send an XML document (via browser post) to the Service Provider (which I am implementing). The Service Provider will need...

How to retrieve user info fra a Active Directory Security Group using LDAP and PHP

As you can see below I'm not getting any user info when I do a LDAP search to the security group. I want to use the $_SERVER[remote_user] to check if the user is a member of this group. I would also like to retrieve the info of this user and update the sql database with it. Is this possible? $dn = "CN=Intra,OU=Common Security Groups,DC...

Ruby: Get currently logged in user on windows

In C# I can get the current user of a web app using the HttpContext, however, I can't figure out how to do this in Ruby. Is there any way of doing this? FOR THOSE OF YOU SAYING IT IS IMPOSSIBLE, HERES PROOF: http://www.codeproject.com/KB/aspnet/How_to_NT_User_Name.aspx ...

Something compareable to 'localtunnel' for Windows

Hello, 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 app and the Single-Sign-On won't work on my local Tomcat. ...

What data can a web site store if using Facebook for single sign on?

If we use Facebook for single sign on, instead of rolling our own login/registration system, what data are we allowed to keep? Specifically, are we allowed to store (a) user first name and last and (b) user email address? Thanks! ...