[flexcoders] Single Sign on with Flex/BlazeDS

2010-07-29 Thread Dharmendra
Hi All, Does blazeDS supports single sign on functionality ? As far as I know SSO has not much to do with BlazeDS rather it has more to do with the application server where the Application has been deployed and Browser who is accessing the application. I am using blazeDS 3.2

RE: [flexcoders] Restricting User Logins with LCDS (was Single Sign-On Strategies with LCDS)

2007-10-23 Thread Battershall, Jeff
PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Friday, October 19, 2007 1:58 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Single Sign-On Strategies with LCDS Hi Jeff, I agree with Sam, that is not definition

RE: [flexcoders] Single Sign-On Strategies with LCDS

2007-10-19 Thread Dimitrios Gianninas
Hi Jeff, I agree with Sam, that is not definition of Single Sign-On...whatever your application server happens to be, perhaps you can look into their APIs and see if they allow you to view who is logged in and the ability to terminate someone session. But in any case, any client logging

RE: [flexcoders] Single Sign-On Strategies with LCDS

2007-10-19 Thread Samuel R. Neff
Jeff, I can't help with your specific problem, but have a general suggestion related to requesting technical help and software discussions... Single Sign-On has a specific meaning in software and is very different from what you're describing (it's related to one-time-authentication allowing

RE: [flexcoders] Single Sign-On Strategies with LCDS

2007-10-19 Thread Battershall, Jeff
:47 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Single Sign-On Strategies with LCDS I'm trying to enforce the EULA of the client, and not have shared credentials making their way around the client's company. Obviously I cannot completely restrict this but at least the supplied set

RE: [flexcoders] Single Sign-On Strategies with LCDS

2007-10-19 Thread Battershall, Jeff
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Friday, October 19, 2007 9:43 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Single Sign-On Strategies with LCDS On Friday 19 Oct 2007, [EMAIL PROTECTED] wrote: DataService throws an exception

Re: [flexcoders] Single Sign-On Strategies with LCDS

2007-10-19 Thread Tom Chiverton
On Friday 19 Oct 2007, [EMAIL PROTECTED] wrote: DataService throws an exception. The user will then be given the option of kicking the other logged in client off, or not. Nice DoS attack there :-) -- Tom Chiverton. Are you a great Flex programmer, who knows Cairngorm, and has done some

[flexcoders] Single Sign-On Strategies with LCDS

2007-10-19 Thread Battershall, Jeff
I'm trying to implement functionality to ensure that one set of credentials can only be actively logged in once in my application. The approach I am taking is to have a DataService that manages an ArrayCollection of logged in users. When the user attempts to login and successfully retrieves

Re: Single sign-on

2005-02-24 Thread Corey
something regarding single sign-on with Flex UIs ? In my case, I have one Flex UI and need to build two smaller ones over the next month, and want to provide single sign-on to end-users. Anyone do this already? Also the UIs will most likely reside at different locations, like so

Single sign-on

2005-02-23 Thread Dimitrios Gianninas
Hi, Has anyone done something regarding single sign-on with Flex UIs ? In my case, I have one Flex UI and need to build two smaller ones over the next month, and want to provide single sign-on to end-users. Anyone do this already? Also the UIs will most likely reside at different