|
|
Need single sign on solution?
Hi All,
I am doing my site user authentication through LDAP server and my
company has 3 more sites with different technologies and they are also
doing user authentication through LDAP server.
Now we want that when user logged in my application 1.domain.com then
user also logged in other application 2.domain.com and 3.domain.com.
Please help me out.
I will be so thankful to all of you?
If u r saying bout session or cookies please give some code example or
detailed description.
Thanks & Regards,
Varun Goel
--
Posted via http://www.ruby-forum.com/.
|
|
0
|
|
|
|
Reply
|
varun.rajeshkumar (39)
|
3/5/2008 11:41:48 AM |
|
Varun Goel wrote:
> Hi All,
> I am doing my site user authentication through LDAP server and my
> company has 3 more sites with different technologies and they are also
> doing user authentication through LDAP server.
> Now we want that when user logged in my application 1.domain.com then
> user also logged in other application 2.domain.com and 3.domain.com.
> Please help me out.
> I will be so thankful to all of you?
>
> If u r saying bout session or cookies please give some code example or
> detailed description.
>
> Thanks & Regards,
> Varun Goel
>
Conceptually, you can assign a session cookie scoped to your domain. So
every host on the domain will receive the cookie with each request. The
cookie can be a key that is stored in the LDAP server or an application
you write. When queried with the key it will return the user data. You
can also encrypt the user data into the cookie itself. This would
require each app that uses the cookie know how to decrypt it.
Cookies are set differently for different frameworks and libs. See your
framework or lib documentation for specifics. The domain part of the
cookie should be something like ".example.com"
Dan
|
|
0
|
|
|
|
Reply
|
dan3343 (45)
|
3/5/2008 4:20:49 PM
|
|
|
1 Replies
44 Views
(page loaded in 0.056 seconds)
Similiar Articles: Single sign-on daemon - comp.unix.solaris... to synchronize passwords between Solaris and Windows systems using the single sign-on ... Single sign-on (as per your Subject line) is not the same thing (i.e. no need to ... Apache2, mod-auth-kerb, Active Directory, Windows 2003, single ...I=92m trying to find a solution, but I haven=92t succeed ... mod-auth-kerb, Active Directory, Windows 2003, single ... ... Need Help, Need to test NTLM authentication in windows ... ls with octal permissions: single line solution - comp.unix ...Identifying who owns a write-locked file - comp.unix.solaris ... ls with octal permissions: single line solution - comp.unix ... Identifying who owns a write-locked file ... Sign a document with a pen (tablet pc) - comp.text.pdf... field where someone can sign a document with a pen (tablet pc), but wasn't able to find a solution so ... up a window where you can sign using the mouse ... Dear All, I need ... Stand alone runtime solution - comp.databases.filemakerIE avoiding the need to purchase Filemaker? Falcon ... ... The runtime is for single user only. FM 7 runtime only ... Stand alone runtime solution - comp.databases.filemaker The ... Local password sync in HA configuration - comp.sys.sun.admin ...Single sign-on daemon - comp.unix.solaris Local password sync in HA configuration - comp ... fudge ... 2290-o Wed Feb 16 14:46:20 ... multicast configuration ... If you need ... Convert signed integer to a 16-bit hex number - comp.soft-sys ...... but I'm new to matlab and have not been able to figure it out and have tried searching for a solution without luck. I need to convert a signed integer to a 16-bit sign ... Single Reader, Single Writer FIFO - comp.programming.threads ...I am looking for a Single-Reader, Single-Writer FIFO in C/C++. Here is my solution for win32, based on the http ... You need plain atomic store-release here: http://www ... Non Linear Constrained Optimization - comp.soft-sys.matlab ...Moreover, a single objective function is subjected to ... GADS toolbox can handle MINLPs, but you will need to ... global-optimization/index.html Here is a solution with ... Terminal Services and Kiosk Mode - comp.databases.filemaker ...I need to deploy solutions using the FM Developer "Kiosk Mode". Anyone have experience with ... Runtimes cannot be hosted by FMS-- they are single user only. My memory is ... Build and implement a single sign-on solution - IBM - United StatesIt is particularly difficult to bolt a single sign-on solution ... each with its own authentication needs, the portal often has to provide the appearance of single sign-on to ... Single Sign-On Enterprise Security for Web ApplicationsAn example of a single sign-on solution spanning internal and ... There are a few tables you will need to create in your database to support this single sign-on ... 7/25/2012 10:51:28 AM
|
|
|
|
|
|
|
|
|