• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Integrating authenication...

 
Ranch Hand
Posts: 2596
Android Firefox Browser Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A little complex problem, not sure if I can describe it properly, for I don't know all details myself -- but let me try.

We have a struts based application, that needs authentication and itis doen withusual form based authentication with session management. Now we have couple of other applications written in PHP/perl which ned to be integrated in our system. Some part of these applications requires authentication, and we would like the authenticate user on our struts app to be automatically authenticated on the PHP app as well (sort of single-sign-on or SSO). How can we do it ourselves reliablly without having to buy expensive webserver or webapps?

I can think of using common DB for all these apps with some elaborate sesssion management, but I was wondering if it is possible using another smarter way or approach. Have you guys soleved similar problem? How did you approach it?

TIA,
- Manish
 
Manish Hatwalne
Ranch Hand
Posts: 2596
Android Firefox Browser Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No idea??? Any inputs or pointers???

TIA,
- Manish
 
Evacuate the building! Here, take this tiny ad with you:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic