sso

Single sign on with Joomla and Flash

I have a Joomla site and a Flash app (in Flex, if it matters). The Flash app is using BlazeDS as back-end. All the things are hosted in the same server, same domain. Are there anyway to implement SSO for the above environment? Update: What I want is: If the user logged in at Joomla, they will be auto logged in at the Flash app. Same v...

Shared authentication for web services

Our company, Company A, may soon be partnering with Company B under some sort of licensing agreement. If it goes through, it will be necessary for users of Company B's web service to have access to Company A's web service. In other words, any user with an account for Company B's service should automatically have an account with Company A...

How to use the information in an LTPA token.

Consider the following setup: A webapplication deployed on a Websphere Application Server (6.1 if it matters) the app will get accessed through a webseal reverse proxy the webseal takes care of the authentication and passes on an LTPA token as sign of valid authentication If I got it right, the LTPA token contains information like us...

Seam: login using external SSO application

I have a Seam application that have to use an external one to login. The logic is as follows: My app sends user to external SSO URL User does what it takes to authenticate there On success, the external app redirects user back to my app with a random token My code should contact the external app via HTTP with the passed token and get...

SSO using Spring and CAS

Hi, I am trying to implement SSO utilizing Spring + Acegi + CAS + Tomcat. Can you please tell me if there is any documented procedure to do it. I have been searching all over but could not find one. I have learnt from your blogs that you have achieved sso. The front end for my application is Adobe Flex/AIR. Thanks in advance. Thanks, ...

single sign on (google, yahoo, live, openid, facebook)

Is there any library other than RPXNow which provides single sign on for all major email servers? Are there any asp.net web forms based samples for RPXNow? ...

What's the best practice for single sign on at one web server?

We have some apps written in classic ASP, ASP.NET and PHP. They are all in one same web server. We want to transfer between the apps who is currently log in or none, we do not need to transfer everything in the session object. What is the best way? We need secure and high performance. Thanks. ...

Web SSO solution that's easy to implement?

I'm looking at a SSO (Single Sign On) solution to fit our relatively simple use case. Website1 - currently authenticates with database user table. Website 2 [new] - wants to use the same authentication information and when user clicks link to website1 they shouldn't have to re-login. Website1 is J2EE based running on Websphere. Web...

Problem logging out from Oracle SSO

I’m building a J2EE web application which uses Oracle SSO with an OID back-end as the means for authenticating users. If a user wants to use the application, first he must provide a valid login/password at SSO's login page. When the user is done using the application, he may click on the logout button; behind the scenes, the action ass...

How do I integrate SAML into my Rails Application?

I have a rails app that is currently an affiliate site with my customer's SSO Identity Provider. Currently it uses the CA SiteMinder Affiliate Agent, which is an apache module. The underlying SSO architecture is abstracted away and my Rails app only has to parse and HTTP Header to receive the values from my customer's Identity Server. ...

Integrating Drupal + Moodle + MediaWiki with OpenID

I'd like to be able to use these "best of breed" opensource solutions, with the only requirement of some sort of single-sign-on between the different sites. I don't want my users having to log-in in 3 different places, so I though it could be possible with OpenId. Has anyone tried something similar? ...

What level of technical skills/expertise is required for implementing CAS SSO?

Hi All, I am in a process of integrating several websites/content management tools to try out some of my ideas. Over the past couple of months, I have discovered tons of very helpful stuff, and it's great. I'm setting everything up just fine. To name a few it's: phpwebsite, moodle, livezilla, etc. The problem is that I am doing everyt...

Can we achieve SSO with AIR application

Hi, I see you had a similar requirement to achieve single sign on with AIR application. Did you achieve SSO with AIR? I am using spring security with CAS and the Adobe technolgies are AIR/FLEX BlazeDS. Thanks in advance. Vandana ...

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 following: http://code.google.com/p/django-cas/ http://github.com/Nitron/django-cas-consumer I've used django-cas before, and it seems to work b...

What's EntSSO for in BizTalk Server?

Microsoft's Enterprise SSO server is bundled with BizTalk Server - I'm fairly familiar with how to configure it, make sure it's working, etc. My questsion is, what exactly does it do, and how does it do it? My best understanding is that it is used to securely store configuration for things like ports and adapters, because configuration ...

authentication integration issue

Hello everyone, I am using SharePoint 2007 Enterprise + Publishing portal template + Windows Server 2008. I am developing using VSTS 2008 + C# + .Net 3.5. I need to implement SSO (Single Sign On feature) with another site. The SSO protocol is like this, The other site will send me information like http://mysitename/default.aspx?Identi...

Cookie based SSO

How can I implement a cookie based single sign on without a sso server? I would to share the user logged in across multiple applications using only a cookie on the browser. In my mind it's working like this: user logs in an application the application verifies the credentials and then it setting up a cookie on the browser storing th...

Generate SAML 1.1 (and possibly 2.0) assertions

I'm looking for a very easy and quick way to generate some SAML assertions. This is only going to be used for testing (using SOAP UI). So I just need something that can generate a valid assertion, signed or unsigned, that I can then drop into SOAPUI and send off to my Web Service. I know how to add the assertion to the SOAP message and a...

Better approach for SSO to cater windows integrated auth as well as users not on domain

This may be a duplicate(not sure), but since I am unable to quench my thirst for the right answer (0: so here it goes: I have to provide single signon for my asp.net web application. Where: Case 1. User is allowed to login without credentials, if the user is already on domain (logged on windows domain). Case 2. User is allowed to logi...

Can I use Sun's OpenSSO Apache WebAgent to integrate to a CA SiteMinder Policy Server?

The official Web Agents user documentation does not state what version of SAML is supported. I am trying to integrate this with a Policy Server that is not running Sun's OpenSSO policy server, so my only requirement is to support SAML 2.0. Has anyone had experience with this type of setup? ...